Skip to content

Commit af12570

Browse files
authored
Changelog for v0.11.0 (#141)
* Changelog for dbt-codegen v0.10.0 * Changelog for dbt-codegen v0.11.0 * Use instructions in RELEASE.md to generate changelog instead of manual entries
1 parent da3731b commit af12570

File tree

1 file changed

+34
-33
lines changed

1 file changed

+34
-33
lines changed

CHANGELOG.md

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
1-
<!--- Copy, paste, and uncomment the following headers as-needed for unreleased features
2-
# Unreleased
3-
## Breaking changes
4-
## New features
5-
- XXX ([#XXX](https://github.com/dbt-labs/dbt-codegen/issues/XXX), [#XXX](https://github.com/dbt-labs/dbt-codegen/pull/XXX))
6-
## Fixes
7-
## Quality of life
8-
## Under the hood
9-
## Contributors:
10-
- [@handle](https://github.com/handle) (#XXX)
11-
--->
12-
13-
# Unreleased
1+
# dbt-codegen v0.11.0
142

153
## 🚨 Breaking change
164

@@ -31,26 +19,39 @@ dispatch:
3119
search_order: ['my_project', 'codegen']
3220
```
3321
34-
35-
## New features
36-
- Addition of the [create_base_models](macros/create_base_models.sql)
37-
This macro generates a series of terminal commands (appended w) bash script which creates a new file in your dbt project based off the results of the [generate_base_model](macros/generate_base_model.sql) macro. Therefore, instead of outputting in the terminal, it will create the file for you.
38-
- Add `include_data_types` flag to `generate_source` macro ([#76](https://github.com/dbt-labs/dbt-codegen/pull/76))
39-
- Add `get_models` macro in helper macros. This macro retrieves a list of models with specified prefix at the specified directory. It is designed to make creating yamls for multiple models easier.
40-
- Add `include_data_types` flag to `generate_model_yaml` macro ([#122](https://github.com/dbt-labs/dbt-codegen/pull/122))
41-
- Add optional arguments to include database and schema properties in `sources.yml` generated from `generate_source` ([#123](https://github.com/dbt-labs/dbt-codegen/issues/123))
42-
43-
## Fixes
44-
- Fix handling of nested `STRUCT` fields in BigQuery ([#98](https://github.com/dbt-labs/dbt-codegen/issues/98), [#105](https://github.com/dbt-labs/dbt-codegen/pull/105))
45-
46-
## Quality of life
47-
- Addition of the [base_model_creation](bash_scripts/base_model_creation.sh) bash script which allows users to input multiple tables as a list and generate a terminal command that will combine **all** [create_base_models](macros/create_base_models.sql) commands. This way, you can generate base models for all your sources at once.
48-
- Instructions for contributing ([#99](https://github.com/dbt-labs/dbt-codegen/issues/99), [#104](https://github.com/dbt-labs/dbt-codegen/pull/104))
49-
50-
## Contributors:
51-
- [@fivetran-joemarkiewicz](https://github.com/fivetran-joemarkiewicz) (#83)
52-
- [@GSokol](https://github.com/GSokol) (#76)
53-
- [@linbug](https://github.com/linbug) (#120)
22+
## What's Changed
23+
* GitHub Action to add/remove triage labels as-needed by @dbeatty10 in https://github.com/dbt-labs/dbt-codegen/pull/133
24+
* GitHub Action to close issues as stale as-needed by @dbeatty10 in https://github.com/dbt-labs/dbt-codegen/pull/134
25+
* Update README.md by @cohms in https://github.com/dbt-labs/dbt-codegen/pull/129
26+
* Remove hard-coded values for database and schema by @dbeatty10 in https://github.com/dbt-labs/dbt-codegen/pull/139
27+
* Instructions for the release process by @dbeatty10 in https://github.com/dbt-labs/dbt-codegen/pull/137
28+
* Add `include_data_types` argument to `generate_model_yaml` macro by @linbug in https://github.com/dbt-labs/dbt-codegen/pull/122
29+
30+
## New Contributors
31+
* @cohms made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/129
32+
* @linbug made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/122
33+
34+
**Full Changelog**: https://github.com/dbt-labs/dbt-codegen/compare/0.10.0...v0.10.0
35+
36+
# dbt-codegen v0.10.0
37+
38+
## What's Changed
39+
* added comments to verbose regex in generate_model_import_ctes by @graciegoheen in https://github.com/dbt-labs/dbt-codegen/pull/93
40+
* Feature/hackathon model generator by @fivetran-joemarkiewicz in https://github.com/dbt-labs/dbt-codegen/pull/83
41+
* Suggestion to include packages.yml example in README.md by @Maayan-s in https://github.com/dbt-labs/dbt-codegen/pull/77
42+
* Add include_data_types flag to generate_source macro by @GSokol in https://github.com/dbt-labs/dbt-codegen/pull/76
43+
* Expected result of nested struct in BigQuery by @dbeatty10 in https://github.com/dbt-labs/dbt-codegen/pull/105
44+
* issue106/get_models helper macro by @erkanncelen in https://github.com/dbt-labs/dbt-codegen/pull/115
45+
* Feat/generate sources add database and schema by @jeremyholtzman in https://github.com/dbt-labs/dbt-codegen/pull/124
46+
47+
## New Contributors
48+
* @fivetran-joemarkiewicz made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/83
49+
* @Maayan-s made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/77
50+
* @GSokol made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/76
51+
* @erkanncelen made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/115
52+
* @jeremyholtzman made their first contribution in https://github.com/dbt-labs/dbt-codegen/pull/124
53+
54+
**Full Changelog**: https://github.com/dbt-labs/dbt-codegen/compare/0.9.0...0.10.0
5455

5556
# dbt-codegen v0.9.0
5657

0 commit comments

Comments
 (0)