Skip to content

Commit 166e1e3

Browse files
authored
Prep for 1.10.8 release (#1133)
2 parents 29199a7 + c1dc4b0 commit 166e1e3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
## dbt-databricks 1.10.8 (TBD)
1+
## dbt-databricks 1.10.9 (TBD)
2+
3+
## dbt-databricks 1.10.8 (August 4, 2025)
24

35
### Features
46
- Support insert_overwrite incremental strategy for SQL warehouses ([1025](https://github.com/databricks/dbt-databricks/issues/1025))
57

68
### Fixes
79
- 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))
810
- Fix no-op logic for views that is causing some incremental materializations to be skipped ([1122](https://github.com/databricks/dbt-databricks/issues/1122))
11+
- Fix check constraints keep getting replaced [issue-1109](https://github.com/databricks/dbt-databricks/issues/1109)
912

1013
### Under the Hood
1114
- Simplify connection management to align with base adapter. Connections are no longer cached per-thread
@@ -35,7 +38,6 @@
3538
- Fix bug that causes materialization (V2) to fail when data type is long enough to be truncated by DESCRIBE TABLE ([1083](https://github.com/databricks/dbt-databricks/issues/1083))
3639
- Fix the bugs with external tabls cloning [1095](https://github.com/databricks/dbt-databricks/pull/1095) (thanks @samgans!)
3740
- Fix MV/ST materializations with complex data types ([1100](https://github.com/databricks/dbt-databricks/issues/1100))
38-
- fix: check constraints keep getting replaced [issue-1109](https://github.com/databricks/dbt-databricks/issues/1109)
3941

4042
### Under the Hood
4143

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

0 commit comments

Comments
 (0)