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

Remove temporary dataset from bqstorage pandas tutorial #2088

Merged
merged 2 commits into from
Apr 4, 2019

Conversation

tswast
Copy link
Contributor

@tswast tswast commented Apr 4, 2019

As of google-cloud-bigquery version 1.11.1, the to_dataframe method
will fallback to the tabledata.list API when the BigQuery Storage API
fails to read the query results.

As of google-cloud-bigquery version 1.11.1, the `to_dataframe` method
will fallback to the tabledata.list API when the BigQuery Storage API
fails to read the query results.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 4, 2019
@tswast tswast added bigquery do not merge Indicates a pull request not ready for merge, due to either quality or timing. labels Apr 4, 2019
@tswast tswast removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Apr 4, 2019
@tswast tswast merged commit eb8bb45 into master Apr 4, 2019
@busunkim96 busunkim96 deleted the tswast-bqstorage-pandas-fallback branch December 16, 2019 23:50
plamut pushed a commit to plamut/python-bigquery-storage that referenced this pull request Sep 2, 2020
…gleCloudPlatform/python-docs-samples#2088)

* Remove temporary dataset from bqstorage pandas tutorial

As of google-cloud-bigquery version 1.11.1, the `to_dataframe` method
will fallback to the tabledata.list API when the BigQuery Storage API
fails to read the query results.

* Remove unused imports
plamut pushed a commit to googleapis/python-bigquery-storage that referenced this pull request Sep 10, 2020
…gleCloudPlatform/python-docs-samples#2088)

* Remove temporary dataset from bqstorage pandas tutorial

As of google-cloud-bigquery version 1.11.1, the `to_dataframe` method
will fallback to the tabledata.list API when the BigQuery Storage API
fails to read the query results.

* Remove unused imports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bigquery cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants