Skip to content

0.13.0

Compare
Choose a tag to compare
@dbeatty10 dbeatty10 released this 03 Dec 17:52
· 4 commits to main since this release
f5ec206

What's Changed

Features

  • Read upstream descriptions from sources by @esegal in #154
  • Parameters in generate_source for case-sensitive identifiers by @pnadolny13 in #168

Fixes

  • Escape upstream descriptions in generate_model_yaml by @wircho in #159
  • Fix quoted identifiers in the generate_base_model macro for BigQuery by @dbeatty10 in #199

Docs

Under the hood

  • Restore CI test for case-sensitive identifiers when generating sources by @dbeatty10 in #192
  • Remove Redshift-specific logic for toggling case-sensitive identifiers by @dbeatty10 in #208
  • Use the cimg/postgres Docker image by @dbeatty10 in #214
  • Independent CircleCI workflow job for each tested adapter by @dbeatty10 in #215
  • Simplify environment variables for BigQuery in CircleCI by @dbeatty10 in #216
  • Stop installing prereleases from PyPI in favor of stable releases only by @dbeatty10 in #220
  • Upgrade to Python 3.11 in CircleCI by @dbeatty10 in #222
  • Use dynamic schema names rather than hardcoded ones by @dbeatty10 in #224
  • Add support for postgres testing in GitHub CI via tox by @emmyoop in #181
  • Add support for snowflake testing in GitHub CI via tox by @emmyoop in #198
  • Add support for redshift testing in GitHub CI via tox by @emmyoop in #204
  • Add support for bigquery testing in GitHub CI via tox by @emmyoop in #203

New Contributors

Full Changelog: 0.12.1...0.13.0