-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
api: bigqueryIssues related to the googleapis/python-bigquery-dataframes API.Issues related to the googleapis/python-bigquery-dataframes 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
Hi!
I'm using bigframes 0.19.2
and in particular, using pandas.read_gbq(..)
to read an SQL statement to a Pandas DataFrame.
I don't have permissions to create a ReadSession on our BigQuery instance, so my query fails, reporting I don't have the relevant bigquery.readsessions.create
permissions.
When using the regular BigQuery client, I can set the option create_bqstorage_client=False
to get around this lack of permissions.
Can I use read_gbq
in any similar way, or otherwise set options to remove the need for bigquery.readsessions.create
permissions?
Thanks.
Chris.
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery-dataframes API.Issues related to the googleapis/python-bigquery-dataframes 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.