Closed brendancol closed 1 year ago
Fixes #
BigQuery client currently uses the default project, but I've seen some trouble relying on this. Instead, this PR explicitly passes the project argument to bigquery.Client().
project
bigquery.Client()
Issue
Fixes #
BigQuery client currently uses the default project, but I've seen some trouble relying on this. Instead, this PR explicitly passes the
project
argument tobigquery.Client()
.