Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to use BQ Storage API with to_dataframe #6854

Merged
merged 2 commits into from
Dec 6, 2018

Conversation

tswast
Copy link
Contributor

@tswast tswast commented Dec 5, 2018

This is a faster method to read a dataframe from a table using the
(alpha) BigQuery Storage API. Supply a BQ Storage API to to_dataframe()
to use the faster method.

Currently it cannot read data from (small) anonymous query results
tables, thus why the system test has a destination table for the query.

This is a faster method to read a dataframe from a table using the
(alpha) BigQuery Storage API. Supply a BQ Storage API to to_dataframe()
to use the faster method.

Currently it cannot read data from (small) anonymous query results
tables, thus why the system test has a destination table for the query.
@tswast tswast added api: bigquery Issues related to the BigQuery API. api: bigquerystorage Issues related to the BigQuery Storage API. labels Dec 5, 2018
@tswast tswast requested a review from crwilcox as a code owner December 5, 2018 22:50
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 5, 2018
@tswast tswast merged commit 8b59a92 into googleapis:master Dec 6, 2018
@tswast tswast deleted the b117843348-to_dataframe branch December 6, 2018 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. api: bigquerystorage Issues related to the BigQuery Storage API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants