Skip to content

Commit

Permalink
Prep for 1.8.0 release (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db authored May 23, 2024
1 parent a605d18 commit c628399
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
## dbt-databricks 1.8.0 (TBD)
## dbt-databricks 1.8.1 (TBD)

### Features

- Support Liquid Clustering for python models ([663](https://github.com/databricks/dbt-databricks/pull/663))

### Fixes

- Rerunning seed with external location + persist_doc now more resilient ([662](https://github.com/databricks/dbt-databricks/pull/662))

### Under the Hood

- Delay loading of agate library to improve startup (thanks @dwreeves for getting this started!) ([661](https://github.com/databricks/dbt-databricks/pull/661))

## dbt-databricks 1.8.0 (May 22, 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: str = "1.8.0rc1"
version: str = "1.8.0"

0 comments on commit c628399

Please sign in to comment.