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 workarounds for the BQ Storage API issue with small result sets #106

Closed
plamut opened this issue May 13, 2020 · 2 comments · Fixed by #133
Closed

Remove workarounds for the BQ Storage API issue with small result sets #106

plamut opened this issue May 13, 2020 · 2 comments · Fixed by #133
Assignees
Labels
api: bigquery Issues related to the googleapis/python-bigquery API. type: cleanup An internal cleanup or hygiene concern.

Comments

@plamut
Copy link
Contributor

plamut commented May 13, 2020

Context: #55 (comment)

The BigQuery Storage API has an issue with fetching small result sets, thus the BigQuery library implements a fallback to tabledata.list API. Since the fix for that issue on the backend will be rolled out soon, the fallback will not be necessary anymore and should be removed.

@plamut plamut added status: blocked Resolving the issue is dependent on other work. type: process A process-related concern. May include testing, release, or the like. labels May 13, 2020
@plamut plamut self-assigned this May 13, 2020
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label May 13, 2020
@plamut plamut added type: cleanup An internal cleanup or hygiene concern. and removed type: process A process-related concern. May include testing, release, or the like. labels May 13, 2020
@emkornfield
Copy link

@plamut FWIW, the fix has finished rolling out on the backend.

@plamut
Copy link
Contributor Author

plamut commented Jun 4, 2020

@emkornfield Oh, that's great! Thanks for the heads-up!

@plamut plamut removed the status: blocked Resolving the issue is dependent on other work. label Jun 4, 2020
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 googleapis/python-bigquery API. type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants