add REGION setting to bqclient (#1901)

replace PR 1546
This commit is contained in:
Andrew Ferlitsch
2023-05-25 16:56:16 +00:00
committed by GitHub
parent e78068bb79
commit 114a113cb3
@@ -437,7 +437,7 @@
},
"outputs": [],
"source": [
"bq_client = bigquery.Client(project=PROJECT_ID)"
"bq_client = bigquery.Client(project=PROJECT_ID, location=REGION)"
]
},
{