From 8248bd320038f78243c2752dfce124348ba5547b Mon Sep 17 00:00:00 2001 From: Shubham Dhal Date: Fri, 17 Apr 2026 03:45:17 +0530 Subject: [PATCH] chore: Prep for 1.11.7 Release Co-authored-by: Isaac --- CHANGELOG.md | 5 +++-- dbt/adapters/databricks/__version__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cd1a082f..4c5767bf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ -## dbt-databricks 1.11.7 (TBD) +## dbt-databricks 1.11.7 (Apr 17, 2026) ### Features - Enable Notebook scoped python packages installation -- + ### Fixes +- Fix capability detection (e.g., `table_format='iceberg'`) failing on named compute (`databricks_compute`) due to lazy DBR version caching ([#1355](https://github.com/databricks/dbt-databricks/pull/1355)) - Fix `workflow_job` Python model submission method failing with dictionary attribute error ([#1360](https://github.com/databricks/dbt-databricks/issues/1360)) - Fix `TestWorkflowJob` functional test that was unreachable on all profiles due to incorrect skip list, wrong model fixture, and invalid `max_retries` parameter ([#1360](https://github.com/databricks/dbt-databricks/issues/1360)) - Fix column order mismatch in microbatch and replace_where incremental strategies by using INSERT BY NAME syntax ([#1338](https://github.com/databricks/dbt-databricks/issues/1338)) diff --git a/dbt/adapters/databricks/__version__.py b/dbt/adapters/databricks/__version__.py index f01aac55d..92ef49c34 100644 --- a/dbt/adapters/databricks/__version__.py +++ b/dbt/adapters/databricks/__version__.py @@ -1 +1 @@ -version = "1.11.6" +version = "1.11.7"