Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on May 16, 2026. It is now read-only.
This repository was archived by the owner on May 16, 2026. It is now read-only.
There was an error while loading. Please reload this page.
sqlalchemy_bigquery.__version__ property #533
I notice
__version__is missing from__all__here: https://github.com/googleapis/python-bigquery-sqlalchemy/blob/main/sqlalchemy_bigquery/__init__.pyWe should also add a unit test to verify that we can access the
__version__property.