diff --git a/CHANGELOG.md b/CHANGELOG.md index b6189891..39168877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +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)) +- Add a new `workflow_job` submission method for python, which creates a long-lived Databricks Workflow instead of a one-time run (thanks @kdazzle!) ([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 (thanks @kdazzle!) ([762](https://github.com/databricks/dbt-databricks/pull/762)) ### Under the Hood