Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

BigQuery: support for the BigQuery Storage API for faster reads of large query results #80

Open
tswast opened this issue Apr 17, 2019 · 0 comments

Comments

@tswast
Copy link
Collaborator

tswast commented Apr 17, 2019

See: https://cloud.google.com/bigquery/docs/bigquery-storage-python-pandas

There is now an optional parameter on to_dataframe to pass in a BigQuery Storage client for faster reads of large query results. In pandas-gbq, we pass this client in when use_bqstorage_api=True (added in googleapis/python-bigquery-pandas#270). I imagine in Ibis, we'd want to set this option at the initial connection time, as another parameter to ibis.bigquery.connect.

If there's anything I can do on the google-cloud-bigquery package to make this easier, I'd be glad to hear it.

@datapythonista datapythonista transferred this issue from ibis-project/ibis Jun 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant