-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping version to 1.8.0 and generate CHANGELOG
- Loading branch information
1 parent
6dfd41b
commit 15a4398
Showing
18 changed files
with
31 additions
and
128 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## dbt-trino 1.8.0 - May 09, 2024 | ||
### Features | ||
- Support all types for unit testing ([#391](https://github.com/starburstdata/dbt-trino/issues/391), [#393](https://github.com/starburstdata/dbt-trino/pull/393)) | ||
- on_table_exists modes (rename, drop, replace) determine how table is recreated during a full-refresh run of an incremental model ([#395](https://github.com/starburstdata/dbt-trino/issues/395), [#406](https://github.com/starburstdata/dbt-trino/pull/406)) | ||
### Fixes | ||
- Stop adding aliases to subqueries when calling with `--empty` ([#408](https://github.com/starburstdata/dbt-trino/pull/408)) | ||
### Under the Hood | ||
- Add tests against Python 3.12 ([#383](https://github.com/starburstdata/dbt-trino/pull/383)) | ||
- Upgrade Trino to 439, SEP to 435-e.1 ([#388](https://github.com/starburstdata/dbt-trino/pull/388)) | ||
- Migrate to dbt-common and dbt-adapters package ([#387](https://github.com/starburstdata/dbt-trino/issues/387), [#390](https://github.com/starburstdata/dbt-trino/pull/390)) | ||
- Add tests for --empty flag ([#391](https://github.com/starburstdata/dbt-trino/issues/391), [#393](https://github.com/starburstdata/dbt-trino/pull/393)) | ||
- Update dependabot config to cover GHA ([#395](https://github.com/starburstdata/dbt-trino/pull/395)) | ||
### Dependencies | ||
- Bump dev_requirements ([#388](https://github.com/starburstdata/dbt-trino/pull/388)) | ||
- Add `dbt-core` as a dependency to preserve backwards compatibility for installation ([#387](https://github.com/starburstdata/dbt-trino/issues/387), [#393](https://github.com/starburstdata/dbt-trino/pull/393)) | ||
- Updated dependencies and GH actions ([#408](https://github.com/starburstdata/dbt-trino/pull/408)) | ||
- Updated dbt-core to 1.8.0 ([#408](https://github.com/starburstdata/dbt-trino/pull/408)) | ||
|
||
### Contributors | ||
- [@damian3031](https://github.com/damian3031) ([#393](https://github.com/starburstdata/dbt-trino/pull/393), [#406](https://github.com/starburstdata/dbt-trino/pull/406), [#408](https://github.com/starburstdata/dbt-trino/pull/408), [#383](https://github.com/starburstdata/dbt-trino/pull/383), [#388](https://github.com/starburstdata/dbt-trino/pull/388), [#390](https://github.com/starburstdata/dbt-trino/pull/390), [#393](https://github.com/starburstdata/dbt-trino/pull/393), [#395](https://github.com/starburstdata/dbt-trino/pull/395), [#388](https://github.com/starburstdata/dbt-trino/pull/388), [#393](https://github.com/starburstdata/dbt-trino/pull/393), [#408](https://github.com/starburstdata/dbt-trino/pull/408), [#408](https://github.com/starburstdata/dbt-trino/pull/408)) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version = "1.8.0b3" | ||
version = "1.8.0" |