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
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