Skip to content

Version 0.5.0

Choose a tag to compare

@tswast tswast released this 18 Nov 20:29
d37595f

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