Skip to content

Commit

Permalink
finalizing rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Dobbe committed Sep 14, 2024
1 parent 349a061 commit 141487d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
- `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))


### Under the Hood

Expand All @@ -25,10 +27,6 @@
- Update tblproperties on incremental runs. Note: only adds/edits. Deletes are too risky/complex for now ([765](https://github.com/databricks/dbt-databricks/pull/765))
- Update default scope/redirect Url for OAuth U2M, so with default OAuth app user can run python models ([776](https://github.com/databricks/dbt-databricks/pull/776))

### Features

- Allow for the use of custom constraints, using the `custom` constraint type with an `expression`. ([786](https://github.com/databricks/dbt-databricks/pull/786))

## dbt-databricks 1.8.5 (August 6, 2024)

### Fixes
Expand Down

0 comments on commit 141487d

Please sign in to comment.