Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

36 lines (20 loc) · 1.16 KB

Changelog

PyPI History

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)