-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Labels
Type: enhancementNew feature or requestNew feature or request
Description
What feature or improvement would you like to see?
Per this thread, BigQuery's API returns an error whenever the credential lacks roles/bigquery.readSessionUser.
I suggest we either:
- Try using the Read API and fall back to the regular REST API in case the user has
roles/bigquery.jobUserbut notroles/bigquery.readSessionUser - Add a driver parameter like
adbc.bigquery.backend_apiwhich defaults toread_apibut can also be set tojobs_apito allow users to set which API they want to use.
henryharbeck and danielcsh
Metadata
Metadata
Assignees
Labels
Type: enhancementNew feature or requestNew feature or request