Is async support available? #1071
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-sqlalchemy API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Issue
I have a large codebase with several intensive queries to BigQuery. I'm trying to port these synchronous queries to async to improve performance, but am unable to create an async SQLAlchemy engine. Is there a specific dialect and/or driver I can provide in order to enable async functionality? Or is there an easy workaround?
MWE
A simple script:
Resulting in the traceback
Environment
sqlalchemy-bigquery
: 1.11.0The text was updated successfully, but these errors were encountered: