From 1ae430dd303767635fce349959bafa5296575578 Mon Sep 17 00:00:00 2001 From: nszoni Date: Tue, 20 Feb 2024 14:44:12 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e72a0e31..1a76fd61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ * important note! unlike [dbt's materialized view](https://docs.getdbt.com/docs/build/materializations), [Synapse's materialized view](https://learn.microsoft.com/en-us/sql/t-sql/statements/create-materialized-view-as-select-transact-sql?view=azure-sqldw-latest&context=%2Fazure%2Fsynapse-analytics%2Fcontext%2Fcontext) must be created using aggregation and/or "GROUP BY"! * ~~dbt clone ([#7258](https://github.com/dbt-labs/dbt-core/issues/7258)~~ Synapse does not support CLONE) * Revamp dbt debug ([#7104](https://github.com/dbt-labs/dbt-core/issues/7104)) +* Added new adapter zone tests + - constraints + - null_compare + - validate_sql + - equals + - dbt_clone ## v.1.5.0rc1