Skip to content

Commit

Permalink
Adjusted CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Volodin <volodin.d.v@gmail.com>
  • Loading branch information
mi-volodin committed Dec 11, 2024
1 parent cfbc992 commit 0d6b3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0d6b3c3

Please sign in to comment.