Skip to content

Commit

Permalink
Added needed changes to CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taras Stetsiak committed Jan 31, 2022
1 parent 6951c7c commit b48ef9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
- dbt ONE POINT OH is here! This version of dbt-utils requires _any_ version (minor and patch) of v1, which means far less need for compatibility releases in the future.
- The partition column in the `mutually_exclusive_ranges` test is now always called `partition_by_col`. This enables compatibility with `--store-failures` when multiple columns are concatenated together. If you have models built on top of the failures table, update them to reflect the new column name. ([#423](https://github.com/dbt-labs/dbt-utils/issues/423), [#430](https://github.com/dbt-labs/dbt-utils/pull/430))

## Fixes
- `get_relations_by_pattern()` now uses additional sub macros `get_relations_by_pattern()` to determine table types for different database engines. ([#357](https://github.com/dbt-labs/dbt-utils/issues/357), [#476](https://github.com/dbt-labs/dbt-utils/pull/476))

## Contributors:
- [codigo-ergo-sum](https://github.com/codigo-ergo-sum) (#430)
- [Aesthet](https://github.com/Aesthet) (#476)

# dbt-utils 0.7.5
🚨 This is a compatibility release in preparation for `dbt-core` v1.0.0 (🎉). Projects using dbt-utils 0.7.4 with dbt-core v1.0.0 can expect to see a deprecation warning. This will be resolved in dbt_utils v0.8.0.
Expand Down

0 comments on commit b48ef9d

Please sign in to comment.