Compare commits

..
Author SHA1 Message Date
Andrew Ferlitsch 69aa45293d fix: git rendering issue 2023-05-25 16:45:26 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -373,7 +373,7 @@
},
"outputs": [],
"source": [
"! gsutil mb -l $REGION -p $PROJECT_ID $BUCKET_URI"
"! gsutil mb -l {REGION} -p {PROJECT_ID} {BUCKET_URI}"
]
},
{
@@ -437,7 +437,7 @@
},
"outputs": [],
"source": [
"bq_client = bigquery.Client(project=PROJECT_ID, location=REGION)"
"bq_client = bigquery.Client(project=PROJECT_ID)"
]
},
{