Releases: googleapis/python-bigquery-sqlalchemy
Releases · googleapis/python-bigquery-sqlalchemy
Version 0.5.0
⚠️ Breaking Changes ⚠️
get_table_names()
no longer returns views. (#62, #60)
Features
- Support the
ARRAY
data type in generated DDL. (#64)
- Support project ID and dataset ID in
schema
argument. (#63)
- Implement
get_view_names()
method. (#62, #60)
Bug Fixes
- Ignore no-op nested labels. (#47)
Development
- Use flake8 for code style checks. (#71)
Version 0.4.15
2020-04-23
Implementation Changes
- Prefer explicitly provided dataset over default dataset in lookup. (#53)
- Use the provided
project_id
when using a service account. (#52)
(PyPI)