From e40adc5dce9fe0406da82b4368241d424922ca64 Mon Sep 17 00:00:00 2001 From: Kyle Valade Date: Thu, 10 Oct 2024 11:39:02 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11a65769..b6189891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ - 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)) - Add "use_info_schema_for_columns" behavior flag to turn on use of information_schema to get column info where possible. This may have more latency but will not truncate complex data types the way that 'describe' can. ([808](https://github.com/databricks/dbt-databricks/pull/808)) - Add support for table_format: iceberg. This uses UniForm under the hood to provide iceberg compatibility for tables or incrementals. ([815](https://github.com/databricks/dbt-databricks/pull/815)) +- Add a new `workflow_job` submission method for python, which creates a long-lived Databricks Workflow instead of a one-time run ([762](https://github.com/databricks/dbt-databricks/pull/762)) +- Allow for additional options to be passed to the Databricks Job API when using other python submission methods. For example, enable email_notifications ([762](https://github.com/databricks/dbt-databricks/pull/762)) ### Under the Hood