-
Notifications
You must be signed in to change notification settings - Fork 319
Closed
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Is your feature request related to a problem? Please describe.
This is the same problem as #589, but when using the DBAPI interface
Describe the solution you'd like
We'd like the DBAPI interface to include the result fetching optimization added in #1723
This is mentioned in #362:
Update DB-API to not call BQ Storage API if cached results are the only page
but wanted to be sure it was tracked :)
Describe alternatives you've considered
N/A (we use BigQuery via SQLAlchemy, so we cannot use an alternative interface)
Additional context
N/A
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.