Skip to content

Commit

Permalink
Merge branch 'main' into 1.9.latest
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Jan 31, 2025
2 parents 9c7aae7 + fd9c658 commit 7586519
Show file tree
Hide file tree
Showing 6 changed files with 182 additions and 259 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## dbt-databricks 1.9.5 (TBD)

### Under the Hood

- Collapsing to a single connection manager (since the old one no longer works) ([910](https://github.com/databricks/dbt-databricks/pull/910))
- Use POSIX standard when creating location for the tables ([919](https://github.com/databricks/dbt-databricks/pull/919))

## dbt-databricks 1.9.4 (Jan 30, 2024)

### Under the Hood

- Pinned the python sql connector to 3.6.0 as a temporary measure while we investigate failure to wait for cluster start

## dbt-databricks 1.9.3

Yanked due to being published with the incorrect bits

## dbt-databricks 1.9.2 (Jan 21, 2024)

### Features
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/databricks/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.9.2"
version = "1.9.4"
Loading

0 comments on commit 7586519

Please sign in to comment.