Skip to content

Commit 40c2337

Browse files
authored
Prep for 1.9.5 release (#937)
1 parent fbb3b7e commit 40c2337

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
## dbt-databricks 1.9.5 (TBD)
1+
## dbt-databricks 1.9.5 (Feb 11, 2025)
22

33
### Features
44

5-
- Add `auto_liquid_cluster` config to enable Auto Liquid Clustering for Delta-based dbt models ([935](https://github.com/databricks/dbt-databricks/pull/935))
5+
- Add `auto_liquid_cluster` config to enable Auto Liquid Clustering for Delta-based dbt models (thanks @ShaneMazur!) ([935](https://github.com/databricks/dbt-databricks/pull/935))
66
- Prepare for environments for python models with serverless clusters ([938](https://github.com/databricks/dbt-databricks/pull/938))
77

88
### Fixes
99

1010
- table_format: iceberg is unblocked for snapshots ([930](https://github.com/databricks/dbt-databricks/pull/930))
1111
- Fix for regression in glue table listing behavior ([934](https://github.com/databricks/dbt-databricks/pull/934))
12+
- Use POSIX standard when creating location for the tables (thanks @gsolasab!) ([919](https://github.com/databricks/dbt-databricks/pull/919))
13+
1214

1315
### Under the Hood
1416

1517
- Collapsing to a single connection manager (since the old one no longer works) ([910](https://github.com/databricks/dbt-databricks/pull/910))
16-
- Use POSIX standard when creating location for the tables ([919](https://github.com/databricks/dbt-databricks/pull/919))
1718
- Clean up cursor management in the hopes of limiting issues with cancellation ([912](https://github.com/databricks/dbt-databricks/pull/912))
1819

19-
## dbt-databricks 1.9.4 (Jan 30, 2024)
20+
## dbt-databricks 1.9.4 (Jan 30, 2025)
2021

2122
### Under the Hood
2223

@@ -26,7 +27,7 @@
2627

2728
Yanked due to being published with the incorrect bits
2829

29-
## dbt-databricks 1.9.2 (Jan 21, 2024)
30+
## dbt-databricks 1.9.2 (Jan 21, 2025)
3031

3132
### Features
3233

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"databricks-sdk==0.17.0",
26-
"databricks-sql-connector>=3.5.0, <3.7.0",
26+
"databricks-sql-connector>=3.5.0, <4.0.0",
2727
"dbt-adapters>=1.7.0, <2.0",
2828
"dbt-common>=1.10.0, <2.0",
2929
"dbt-core>=1.8.7, <2.0",

0 commit comments

Comments
 (0)