Skip to content

Commit b1047b5

Browse files
authored
chore: Prep for 1.11.7 Release (#1405)
## Summary - Bump version `1.11.6` → `1.11.7` - nit: Add missing changelog entry for PR #1355 (capability detection fix for named compute)
1 parent 482c5f8 commit b1047b5

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
## dbt-databricks 1.11.7 (TBD)
1+
## dbt-databricks 1.11.7 (Apr 17, 2026)
22

33
### Features
44

55
- Enable Notebook scoped python packages installation
6-
-
6+
77
### Fixes
88

9+
- 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))
910
- Fix `workflow_job` Python model submission method failing with dictionary attribute error ([#1360](https://github.com/databricks/dbt-databricks/issues/1360))
1011
- 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))
1112
- 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))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.11.6"
1+
version = "1.11.7"

0 commit comments

Comments
 (0)