-
Notifications
You must be signed in to change notification settings - Fork 56
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.7.1 and generate CHANGELOG
- Loading branch information
1 parent
6f786fa
commit 8377cb7
Showing
7 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
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,12 @@ | ||
## dbt-trino 1.7.1 - December 20, 2023 | ||
### Features | ||
- Support CREATE OR REPLACE in table materialization ([#371](https://github.com/starburstdata/dbt-trino/issues/371), [#377](https://github.com/starburstdata/dbt-trino/pull/377)) | ||
- Add oauth_console authentication type ([#379](https://github.com/starburstdata/dbt-trino/pull/379)) | ||
### Under the Hood | ||
- Query table_comments without unrolling with UNION ALL ([#357](https://github.com/starburstdata/dbt-trino/pull/357)) | ||
- Raise explicit error if location property is specified for snapshot ([#380](https://github.com/starburstdata/dbt-trino/pull/380)) | ||
|
||
### Contributors | ||
- [@damian3031](https://github.com/damian3031) ([#377](https://github.com/starburstdata/dbt-trino/pull/377), [#380](https://github.com/starburstdata/dbt-trino/pull/380)) | ||
- [@findepi](https://github.com/findepi) ([#357](https://github.com/starburstdata/dbt-trino/pull/357)) | ||
- [@hovaesco](https://github.com/hovaesco) ([#379](https://github.com/starburstdata/dbt-trino/pull/379)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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.7.0" | ||
version = "1.7.1" |