Skip to content

Commit

Permalink
split features and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 committed Jun 28, 2022
1 parent 0a65faa commit 38ca2ee
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# dbt-project-evaluator v0.1.1
## What's Changed
* Fix/add package name to dispatch by @graciegoheen in https://github.com/dbt-labs/dbt-project-evaluator/pull/124
* Change the path to upload logs by @b-per in https://github.com/dbt-labs/dbt-project-evaluator/pull/126
* fix/readme_table_of_contents by @graciegoheen in https://github.com/dbt-labs/dbt-project-evaluator/pull/122
## New Features
* Updating get_metrics macro by @callum-mcdata in https://github.com/dbt-labs/dbt-project-evaluator/pull/125
* add additional install options by @dave-connors-3 in https://github.com/dbt-labs/dbt-project-evaluator/pull/128
* Remove duplicate section in README by @jtalmi in https://github.com/dbt-labs/dbt-project-evaluator/pull/131
* Add support for Databricks/Spark by @b-per in https://github.com/dbt-labs/dbt-project-evaluator/pull/134
* add profile and CI step by @dave-connors-3 in https://github.com/dbt-labs/dbt-project-evaluator/pull/141
* 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

## 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
* 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
* 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

Expand Down

0 comments on commit 38ca2ee

Please sign in to comment.