-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #220 from dbt-labs/feature/remove_changelog
remove change log and update PR template
- Loading branch information
Showing
2 changed files
with
4 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |