Skip to content

Commit

Permalink
1.7.3 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Dec 12, 2023
1 parent bb4abb4 commit b485fe2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## dbt-databricks 1.7.4 (TBD)

## dbt-databricks 1.7.3 (Dec 12, 2023)

### Fixes

- Fix for issue where we were invoking create schema or not exists when the schema already exists (leading to permission issue) ([529](https://github.com/databricks/dbt-databricks/pull/529))
- Fix for issue where we never reused connections ([517](https://github.com/databricks/dbt-databricks/pull/517))

### Under the Hood

- Refactor macro tests to be more usable ([524](https://github.com/databricks/dbt-databricks/pull/524))

## dbt-databricks 1.7.2 (Nov 30, 2023)

### 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: str = "1.7.2"
version: str = "1.7.3"

0 comments on commit b485fe2

Please sign in to comment.