diff --git a/CHANGELOG.md b/CHANGELOG.md index 259516d96..98a52bc3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ ### Features - Adds option to enable retries on errors encountered by the Snowflake connector ([#14](https://github.com/dbt-labs/dbt-snowflake/issues/14)) +- Adds tests for incremental model unique key parameter ([core #4618](https://github.com/dbt-labs/dbt-core/pull/4618)) ### Fixes - When on_schema_change is set, pass common columns as dest_columns in incremental merge macros ([#4144](https://github.com/dbt-labs/dbt-core/issues/4144))