serramatutu opened a new issue, #3282: URL: https://github.com/apache/arrow-adbc/issues/3282
### What feature or improvement would you like to see? Per [this thread](https://github.com/dbt-labs/dbt-fusion/issues/236#issuecomment-3175019702), 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.jobUser` but not `roles/bigquery.readSessionUser` - Add a driver parameter like `adbc.bigquery.backend` which defaults to `read_api` but can also be set to `jobs_api` to allow users to set which API they want to use. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
