Expose sqlalchemy_bigquery.__version__
property
#533
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-sqlalchemy API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
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.The text was updated successfully, but these errors were encountered: