From 0d6b3c329fd71e1b35c4acefd59301b2f642ff9a Mon Sep 17 00:00:00 2001 From: Dmitry Volodin Date: Wed, 11 Dec 2024 16:49:17 +0100 Subject: [PATCH] Adjusted CHANGELOG.md Signed-off-by: Dmitry Volodin --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64697246..e60d532c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - Add 'user_folder_for_python' behavior to switch writing python model notebooks to the user's folder ([835](https://github.com/databricks/dbt-databricks/pull/835)) - Merge capabilities are extended ([739](https://github.com/databricks/dbt-databricks/pull/739)) to include the support for the following features (thanks @mi-volodin): - `with schema evolution` clause (requires Databricks Runtime 15.2 or above); - - `when not matched by source` clause, only for `delete` action + - `when not matched by source` clause allows both `delete` and `update set ...` with explicit action list. - `matched`, `not matched` and `not matched by source` condition clauses; - custom aliases for source and target tables can be specified and used in condition clauses; - `matched` and `not matched` steps can now be skipped;