How to use bqstorage_api after it was changed to an optional dependency? #932
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-sqlalchemy API.
type: question
Request for information or clarification. Not an issue.
Hi All,
Now that bqstorage is an optional dependency, how does one specify using it (other than installing the dependencies)? If you install "sqlalchemy-bigquery[bqstorage]", will all queries automatically be ran with the bqstorage API? From browsing around the code, my guess is no and this issue (googleapis/python-bigquery#757) mentions it now possibly being a no-op.
At this point, is bqstorage support completely dropped from sqlalchemy-bigquery?
Related issue: #743
The text was updated successfully, but these errors were encountered: