From 14ace4f772dc9c4f9763b97baca107b71f511419 Mon Sep 17 00:00:00 2001 From: roydobbe <78019829+roydobbe@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:33:50 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d82e910c..fe554195 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - `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; -- Allow for the use of custom constraints, using the `custom` constraint type with an `expression` as the constraint. ([792](https://github.com/databricks/dbt-databricks/pull/792)) +- Allow for the use of custom constraints, using the `custom` constraint type with an `expression` as the constraint (thanks @roydobbe). ([792](https://github.com/databricks/dbt-databricks/pull/792)) ### Under the Hood