Compare commits

...
Author SHA1 Message Date
Andrew FerlitschandGitHub 3d58093787 add REGION setting to bqclient
replace PR 1546
2023-05-25 09:54:21 -07:00
@@ -437,7 +437,7 @@
},
"outputs": [],
"source": [
"bq_client = bigquery.Client(project=PROJECT_ID)"
"bq_client = bigquery.Client(project=PROJECT_ID, location=REGION)"
]
},
{