0.13.0
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
- fix generate_source example by @yatsky in #164
- Improve developer README by @gwenwindflower in #163
- Fix bad spacing in dev README by @gwenwindflower in #170
- Changelogs for 0.12.0, 0.12.1, and 0.13.0-b1 by @dbeatty10 in #196
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
- @wircho made their first contribution in #159
- @esegal made their first contribution in #154
- @yatsky made their first contribution in #164
- @gwenwindflower made their first contribution in #163
- @pnadolny13 made their first contribution in #168
- @emmyoop made their first contribution in #181
Full Changelog: 0.12.1...0.13.0