From 8b86cea2054cd97cf532b0da419a7dad8bfbc0c3 Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Thu, 23 Jun 2022 08:10:49 -0600 Subject: [PATCH] Update CHANGELOG for v0.7.0 (#67) --- CHANGELOG.md | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7190e62..124ea15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,35 @@ + + +# dbt-codegen v0.7.0 + +## 🚨 Breaking change +- Add support for including description placeholders for the source and table, which changes the behavior of `generate_source` when `include_descriptions` is set to `True`. Previous logic only created description placeholders for the columns ([#64](https://github.com/dbt-labs/dbt-codegen/issues/64), [#66](https://github.com/dbt-labs/dbt-codegen/pull/66)) ## New features +- Add optional `table_names` arg to `generate_source` ([#50](https://github.com/dbt-labs/dbt-codegen/issues/50), [#51](https://github.com/dbt-labs/dbt-codegen/pull/51)) - Add support for importing descriptions from columns with the same names in upstream models. It is available by setting the parameter `upstream_descriptions` to `True` in `generate_model_yaml` ([#61](https://github.com/dbt-labs/dbt-codegen/pull/61)) -- Add support for including description placeholders for the source and table, which changes the behavior of `generate_source` when `include_descriptions` is set to `True`. Previous logic only created description placeholders for the columns. -- Add optional `name` arg to `generate_source` -- Add optional `table_names` arg to `generate_source` (#50 @rahulj51) +- Added `case_sensitive_cols` argument to `generate_base_model` macro ([#63](https://github.com/dbt-labs/dbt-codegen/pull/63)) +- Add optional `name` arg to `generate_source` ([#64](https://github.com/dbt-labs/dbt-codegen/issues/64), [#66](https://github.com/dbt-labs/dbt-codegen/pull/66)) ## Fixes -- generate_model_yaml now correctly handles nested bigquery fields (#27) +- `generate_model_yaml` now correctly handles nested (`STRUCT`) fields in BigQuery ([#27](https://github.com/dbt-labs/dbt-codegen/issues/27), [#54](https://github.com/dbt-labs/dbt-codegen/pull/54)) + +## Contributors: +- [@rahulj51](https://github.com/rahulj51) (#51) +- [@bodschut](https://github.com/bodschut) (#54) +- [@b-per](https://github.com/b-per) (#61) +- [@graciegoheen](https://github.com/graciegoheen) (#63) +- [@kbrock91](https://github.com/kbrock91) (#66) # dbt-codegen v0.6.0