Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Changelog #924

Merged
merged 2 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
## dbt-databricks 1.9.4 (TBD)
## 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.3 (Jan 30, 2024)
## 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