|
1 | | -## dbt-databricks 1.10.10 (TBD) |
| 1 | +## dbt-databricks 1.10.11 (TBD) |
| 2 | + |
| 3 | +## dbt-databricks 1.10.10 (August 20, 2025) |
2 | 4 |
|
3 | 5 | ### Fixes |
| 6 | + |
4 | 7 | - Gate column comment syntax on DBR version for better compatibility ([1151](https://github.com/databricks/dbt-databricks/pull/1151)) |
5 | 8 |
|
6 | 9 | ### Documentation |
| 10 | + |
7 | 11 | - Update Databricks Job documentation to match current terminology ([1145](https://github.com/databricks/dbt-databricks/pull/1145)) |
8 | 12 |
|
9 | 13 | ## dbt-databricks 1.10.9 (August 7, 2025) |
10 | 14 |
|
11 | 15 | ### Features |
| 16 | + |
12 | 17 | - Support column tags for views using `ALTER TABLE` |
13 | 18 |
|
14 | 19 | ### Under the hood |
| 20 | + |
15 | 21 | - Revert `REPLACE USING` syntax being used for insert overwrite ([1025](https://github.com/databricks/dbt-databricks/issues/1025)) |
16 | 22 |
|
17 | 23 | ## dbt-databricks 1.10.8 (August 4, 2025) |
18 | 24 |
|
19 | 25 | ### Features |
| 26 | + |
20 | 27 | - Support insert_overwrite incremental strategy for SQL warehouses ([1025](https://github.com/databricks/dbt-databricks/issues/1025)) |
21 | 28 |
|
22 | 29 | ### Fixes |
| 30 | + |
23 | 31 | - 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)) |
24 | 32 | - Fix no-op logic for views that is causing some incremental materializations to be skipped ([1122](https://github.com/databricks/dbt-databricks/issues/1122)) |
25 | 33 | - Fix check constraints keep getting replaced [issue-1109](https://github.com/databricks/dbt-databricks/issues/1109) |
26 | 34 |
|
27 | 35 | ### Under the Hood |
| 36 | + |
28 | 37 | - Simplify connection management to align with base adapter. Connections are no longer cached per-thread |
29 | 38 |
|
30 | 39 | ## dbt-databricks 1.10.7 (July 31, 2025) |
31 | 40 |
|
32 | 41 | ### Features |
| 42 | + |
33 | 43 | - feat: add pr linting to enforce conventional commits [issue-1111](https://github.com/databricks/dbt-databricks/issues/1083) |
34 | 44 |
|
35 | 45 | ### Fixes |
| 46 | + |
36 | 47 | - 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) |
37 | 48 |
|
38 | 49 | ## dbt-databricks 1.10.6 (July 30, 2025) |
|
80 | 91 | - Fix column comments for streaming tables and materialized views ([1049](https://github.com/databricks/dbt-databricks/issues/1049)) |
81 | 92 |
|
82 | 93 | ### Under the Hood |
| 94 | + |
83 | 95 | - Update to dbt-core 1.10.1 |
84 | 96 | - Update to dbt-common 1.24.0 |
85 | 97 |
|
|
0 commit comments