dbapi: Skip storage client fetch when results cached #1745
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.
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:
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
The text was updated successfully, but these errors were encountered: