|
| 1 | +# dbt-codegen v0.13.0 |
| 2 | + |
| 3 | +## What's Changed |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | +* Read upstream descriptions from sources by @esegal in https://github.com/dbt-labs/dbt-codegen/pull/154 |
| 8 | +* Parameters in `generate_source` for case-sensitive identifiers by @pnadolny13 in https://github.com/dbt-labs/dbt-codegen/pull/168 |
| 9 | + |
| 10 | +### Fixes |
| 11 | + |
| 12 | +* Escape upstream descriptions in generate_model_yaml by @wircho in https://github.com/dbt-labs/dbt-codegen/pull/159 |
| 13 | +* Fix quoted identifiers in the `generate_base_model` macro for BigQuery by @dbeatty10 in https://github.com/dbt-labs/dbt-codegen/pull/199 |
| 14 | + |
| 15 | +### Docs |
| 16 | + |
| 17 | +* fix generate_source example by @yatsky in https://github.com/dbt-labs/dbt-codegen/pull/164 |
| 18 | +* Improve developer README by @gwenwindflower in https://github.com/dbt-labs/dbt-codegen/pull/163 |
| 19 | +* Fix bad spacing in dev README by @gwenwindflower in https://github.com/dbt-labs/dbt-codegen/pull/170 |
| 20 | +* Changelogs for 0.12.0, 0.12.1, and 0.13.0-b1 by @dbeatty10 in https://github.com/dbt-labs/dbt-codegen/pull/196 |
| 21 | + |
| 22 | +## Under the hood |
| 23 | + |
| 24 | +* Restore CI test for case-sensitive identifiers when generating sources by @dbeatty10 in https://github.com/dbt-labs/dbt-codegen/pull/192 |
| 25 | +* Remove Redshift-specific logic for toggling case-sensitive identifiers by @dbeatty10 in https://github.com/dbt-labs/dbt-codegen/pull/208 |
| 26 | +* Use the `cimg/postgres` Docker image by @dbeatty10 in https://github.com/dbt-labs/dbt-codegen/pull/214 |
| 27 | +* Independent CircleCI workflow job for each tested adapter by @dbeatty10 in https://github.com/dbt-labs/dbt-codegen/pull/215 |
| 28 | +* Simplify environment variables for BigQuery in CircleCI by @dbeatty10 in https://github.com/dbt-labs/dbt-codegen/pull/216 |
| 29 | +* Stop installing prereleases from PyPI in favor of stable releases only by @dbeatty10 in https://github.com/dbt-labs/dbt-codegen/pull/220 |
| 30 | +* Upgrade to Python 3.11 in CircleCI by @dbeatty10 in https://github.com/dbt-labs/dbt-codegen/pull/222 |
| 31 | +* Use dynamic schema names rather than hardcoded ones by @dbeatty10 in https://github.com/dbt-labs/dbt-codegen/pull/224 |
| 32 | +* Add support for postgres testing in GitHub CI via tox by @emmyoop by @emmyoop in https://github.com/dbt-labs/dbt-codegen/pull/181 |
| 33 | +* Add support for snowflake testing in GitHub CI via tox by @emmyoop in https://github.com/dbt-labs/dbt-codegen/pull/198 |
| 34 | +* Add support for redshift testing in GitHub CI via tox by @emmyoop in https://github.com/dbt-labs/dbt-codegen/pull/204 |
| 35 | +* Add support for bigquery testing in GitHub CI via tox by @emmyoop in https://github.com/dbt-labs/dbt-codegen/pull/203 |
| 36 | + |
| 37 | +## New Contributors |
| 38 | +* @wircho made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/159 |
| 39 | +* @esegal made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/154 |
| 40 | +* @yatsky made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/164 |
| 41 | +* @gwenwindflower made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/163 |
| 42 | +* @pnadolny13 made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/168 |
| 43 | +* @emmyoop made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/181 |
| 44 | + |
| 45 | +**Full Changelog**: https://github.com/dbt-labs/dbt-codegen/compare/0.12.1...0.13.0 |
| 46 | + |
1 | 47 | # dbt-codegen v0.13.0-b1
|
2 | 48 |
|
3 | 49 | ## What's Changed
|
|
0 commit comments