-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
"When sending requests, the location must be specified for jobs whose location not "US" or "EU"".
This requires a lot of annoying boilerplate, when the app uses a single location, which isn't US/EU. Namely for Tokyo now a JobId has to be provided to every call, which can be easily forgotten, hence breaking the app.
Just like projectId can be configured at BigQueryOptions and will be used later automatically, this should be also possible for location.
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.