From 8f4fe095c07e02d09b7b5944c6f9d6b885f4f102 Mon Sep 17 00:00:00 2001 From: huangxingyi Date: Sat, 23 Nov 2024 22:21:55 +0900 Subject: [PATCH] Set unique temp table suffix to allow parallel incremental executions --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a58b1c9..20d4c2dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Features +- Add config for generating unique tmp table names for enabling parralel merge ([854](https://github.com/databricks/dbt-databricks/pull/854)) - Add support for serverless job clusters on python models ([706](https://github.com/databricks/dbt-databricks/pull/706)) - 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):