Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 2.06 KB

CHANGELOG.md

File metadata and controls

49 lines (26 loc) · 2.06 KB

Changelog

PyPI History

0.5.1 (2021-04-01)

Bug Fixes

  • avoid 404 if dataset is deleted while listing tables or views (#106) (db379d8)

Documentation

  • add templates for move to googleapis/python-bigquery-sqlalchemy repo (#88) (37e584e)
  • build documentation with Sphinx (#97) (1707737)

0.5.0

2020-11-18

⚠️ 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)

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)