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

Use BQ Storage API by default #86

Closed
plamut opened this issue Apr 28, 2020 · 0 comments · Fixed by #55
Closed

Use BQ Storage API by default #86

plamut opened this issue Apr 28, 2020 · 0 comments · Fixed by #55
Assignees
Labels
api: bigquery Issues related to the googleapis/python-bigquery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@plamut
Copy link
Contributor

plamut commented Apr 28, 2020

Downloading query results with BQ Storage API is much faster than using the REST API.

Since BQ Storage client has recently reached a stable point, we should use that by default (with a fallback on the REST API if BQ Storage dependencies are not available).

Related: #84 (proposes supporting both beta and stable versions of BQ Storage client)

@plamut plamut added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Apr 28, 2020
@plamut plamut self-assigned this Apr 28, 2020
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Apr 28, 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: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant