Skip to content

Commit

Permalink
Merge pull request #220 from dbt-labs/feature/remove_changelog
Browse files Browse the repository at this point in the history
remove change log and update PR template
  • Loading branch information
graciegoheen authored Oct 4, 2022
2 parents a02a7bf + 7e1837e commit 258ac2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 42 deletions.
5 changes: 3 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Screenshot of passing integration tests locally
- [ ] Postgres
- [ ] Redshift
- [ ] Snowflake
- [ ] Databricks
- [ ] DuckDB
- [ ] I have updated the README.md (if applicable)
- [ ] I have added tests & descriptions to my models (and macros if applicable)
- [ ] I have added an entry to CHANGELOG.md
- [ ] I have added tests & descriptions to my models (and macros if applicable)
41 changes: 1 addition & 40 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,40 +1 @@
# dbt-project-evaluator v0.1.1
## New Features
* Updating get_metrics macro by @callum-mcdata in https://github.com/dbt-labs/dbt-project-evaluator/pull/125
* Add support for Databricks/Spark by @b-per in https://github.com/dbt-labs/dbt-project-evaluator/pull/134
* Change list column_names in select_from_values to column that can be … by @VasiliiSurov in https://github.com/dbt-labs/dbt-project-evaluator/pull/144
* add metrics to int_direct_relationships by @graciegoheen in https://github.com/dbt-labs/dbt-project-evaluator/pull/159
* add databricks CI step by @dave-connors-3 in https://github.com/dbt-labs/dbt-project-evaluator/pull/141
* Dispatching the macro filter_exceptions by @larssnek in https://github.com/dbt-labs/dbt-project-evaluator/pull/213

## Fixes + Docs
* Fix/add package name to dispatch by @graciegoheen in https://github.com/dbt-labs/dbt-project-evaluator/pull/124
* fix/readme_table_of_contents by @graciegoheen in https://github.com/dbt-labs/dbt-project-evaluator/pull/122
* 🐛 Fix metrics extract code when value has quote by @b-per in https://github.com/dbt-labs/dbt-project-evaluator/pull/148
* ✏️ Fix small typo in field name by @b-per in https://github.com/dbt-labs/dbt-project-evaluator/pull/149
* Remove duplicate section in README by @jtalmi in https://github.com/dbt-labs/dbt-project-evaluator/pull/131
* ✨ Add info about Databricks support by @b-per in https://github.com/dbt-labs/dbt-project-evaluator/pull/151
* Change the path to upload logs by @b-per in https://github.com/dbt-labs/dbt-project-evaluator/pull/126
* add additional install options by @dave-connors-3 in https://github.com/dbt-labs/dbt-project-evaluator/pull/128
* Run in CI without exposures or metrics by @b-per in https://github.com/dbt-labs/dbt-project-evaluator/pull/152
* Use dbt_utils array macros by @graciegoheen in https://github.com/dbt-labs/dbt-project-evaluator/pull/153
* Updated overriding variables section of readme with examples by @graciegoheen in https://github.com/dbt-labs/dbt-project-evaluator/pull/156
* update install instructions by @dave-connors-3 in https://github.com/dbt-labs/dbt-project-evaluator/pull/161

## New Contributors
* @callum-mcdata made their first contribution in https://github.com/dbt-labs/dbt-project-evaluator/pull/125
* @jtalmi made their first contribution in https://github.com/dbt-labs/dbt-project-evaluator/pull/131
* @VasiliiSurov made their first contribution in https://github.com/dbt-labs/dbt-project-evaluator/pull/144

**Full Changelog**: https://github.com/dbt-labs/dbt-project-evaluator/compare/v0.1.0...v0.1.1
# dbt-project-evaluator v0.1.0

## New features
All of them!

## Contributors:
- [@graciegoheen](https://github.com/graciegoheen)
- [@b-per](https://github.com/b-per)
- [@wasilaq](https://github.com/wasilaq)
- [@patkearns](https://github.com/patkearns)
- [@dave-connors-3](https://github.com/dave-connors-3)
Check out the [release page](https://github.com/dbt-labs/dbt-project-evaluator/releases) on Github for changelog.

0 comments on commit 258ac2a

Please sign in to comment.