Skip to content

Commit b6261f2

Browse files
authored
Chore: Prepare for 1.10.10 release (#1153)
### Description Prepare 1.10.10 with DBR gate for comments ### Checklist - [x] I have run this code in development and it appears to resolve the stated issue - [x] This PR includes tests, or tests are not required/relevant for this PR - [x] I have updated the `CHANGELOG.md` and added information about my change to the "dbt-databricks next" section.
1 parent 74dacfd commit b6261f2

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,49 @@
1-
## dbt-databricks 1.10.10 (TBD)
1+
## dbt-databricks 1.10.11 (TBD)
2+
3+
## dbt-databricks 1.10.10 (August 20, 2025)
24

35
### Fixes
6+
47
- Gate column comment syntax on DBR version for better compatibility ([1151](https://github.com/databricks/dbt-databricks/pull/1151))
58

69
### Documentation
10+
711
- Update Databricks Job documentation to match current terminology ([1145](https://github.com/databricks/dbt-databricks/pull/1145))
812

913
## dbt-databricks 1.10.9 (August 7, 2025)
1014

1115
### Features
16+
1217
- Support column tags for views using `ALTER TABLE`
1318

1419
### Under the hood
20+
1521
- Revert `REPLACE USING` syntax being used for insert overwrite ([1025](https://github.com/databricks/dbt-databricks/issues/1025))
1622

1723
## dbt-databricks 1.10.8 (August 4, 2025)
1824

1925
### Features
26+
2027
- Support insert_overwrite incremental strategy for SQL warehouses ([1025](https://github.com/databricks/dbt-databricks/issues/1025))
2128

2229
### Fixes
30+
2331
- Add fallback logic for known error types for `DESCRIBE TABLE EXTENDED .. AS JSON` for better reliability ([1128](https://github.com/databricks/dbt-databricks/issues/1128))
2432
- Fix no-op logic for views that is causing some incremental materializations to be skipped ([1122](https://github.com/databricks/dbt-databricks/issues/1122))
2533
- Fix check constraints keep getting replaced [issue-1109](https://github.com/databricks/dbt-databricks/issues/1109)
2634

2735
### Under the Hood
36+
2837
- Simplify connection management to align with base adapter. Connections are no longer cached per-thread
2938

3039
## dbt-databricks 1.10.7 (July 31, 2025)
3140

3241
### Features
42+
3343
- feat: add pr linting to enforce conventional commits [issue-1111](https://github.com/databricks/dbt-databricks/issues/1083)
3444

3545
### Fixes
46+
3647
- Do not use `DESCRIBE TABLE EXTENDED .. AS JSON` for STs when DBR version < 17.1. Do not use at all for MVs (not yet supported)
3748

3849
## dbt-databricks 1.10.6 (July 30, 2025)
@@ -80,6 +91,7 @@
8091
- Fix column comments for streaming tables and materialized views ([1049](https://github.com/databricks/dbt-databricks/issues/1049))
8192

8293
### Under the Hood
94+
8395
- Update to dbt-core 1.10.1
8496
- Update to dbt-common 1.24.0
8597

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.10.9"
1+
version = "1.10.10"

0 commit comments

Comments
 (0)