Closed
Description
Hi,
I am trying out pandas-gbq as part of a data loading process (we load lots of stuff into DataFrame's for cleanup and processing, and the final result is loaded into BigQuery).
On that use case, the account used needs only write access to BigQuery but _try_credentials issues a SELECT which makes it fail.
Moreover, this is run on GCP so google.auth.default() succeeds but as the SELECT fails, the library tries interactive authentication which fails.
Either _try_credentials should not require read permissions (unless on a read operation) or the method should be optional.
Related to #198
Metadata
Metadata
Assignees
Labels
No labels