-
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.2.3 and generate CHANGELOG
- Loading branch information
1 parent
0c19dec
commit d5c8e7c
Showing
16 changed files
with
53 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,26 @@ | ||
## dbt-trino 1.2.3 - October 13, 2022 | ||
### Features | ||
- Support `on_schema_change` on incremental models ([#48](https://github.com/starburstdata/dbt-trino/issues/48), [#134](https://github.com/starburstdata/dbt-trino/pull/134)) | ||
- Support security grants ([#130](https://github.com/starburstdata/dbt-trino/pull/130)) | ||
### Fixes | ||
- Support mixed-case schemata through `TrinoQuotePolicy` ([#131](https://github.com/starburstdata/dbt-trino/issues/131), [#132](https://github.com/starburstdata/dbt-trino/pull/132)) | ||
- Adding Kerberos auth configs from the trino-python-client ([#137](https://github.com/starburstdata/dbt-trino/pull/137)) | ||
- Ignore case when matching relations ([#140](https://github.com/starburstdata/dbt-trino/issues/140), [#141](https://github.com/starburstdata/dbt-trino/pull/141)) | ||
- Fixes instantiation of CertificateAuthentication object from trino-python-client ([#149](https://github.com/starburstdata/dbt-trino/issues/149), [#150](https://github.com/starburstdata/dbt-trino/pull/150)) | ||
### Under the Hood | ||
- Add testing for Starburst Galaxy ([#128](https://github.com/starburstdata/dbt-trino/issues/128), [#123](https://github.com/starburstdata/dbt-trino/pull/123)) | ||
- Add QuotePolicy for relations to not use quoted identifiers by default ([#131](https://github.com/starburstdata/dbt-trino/issues/131), [#132](https://github.com/starburstdata/dbt-trino/pull/132)) | ||
- Enable MERGE tests for Galaxy ([#133](https://github.com/starburstdata/dbt-trino/issues/133), [#139](https://github.com/starburstdata/dbt-trino/pull/139)) | ||
- Change `get_columns_in_relation` implementation to use `describe` to also support string relations ([#145](https://github.com/starburstdata/dbt-trino/pull/145)) | ||
### Dependencies | ||
- Bump tox from 3.25.1 to 3.26.0 ([#27](https://github.com/starburstdata/dbt-trino/issues/27), [#124](https://github.com/starburstdata/dbt-trino/pull/124)) | ||
- Bump mypy from 0.971 to 0.981 ([#138](https://github.com/starburstdata/dbt-trino/pull/138)) | ||
- Bump mypy from 0.981 to 0.982 ([#143](https://github.com/starburstdata/dbt-trino/pull/143)) | ||
|
||
### Contributors | ||
- [@BendettaSD](https://github.com/BendettaSD) ([#137](https://github.com/starburstdata/dbt-trino/pull/137)) | ||
- [@KateShopify](https://github.com/KateShopify) ([#150](https://github.com/starburstdata/dbt-trino/pull/150)) | ||
- [@bachng2017](https://github.com/bachng2017) ([#141](https://github.com/starburstdata/dbt-trino/pull/141)) | ||
- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#124](https://github.com/starburstdata/dbt-trino/pull/124), [#138](https://github.com/starburstdata/dbt-trino/pull/138), [#143](https://github.com/starburstdata/dbt-trino/pull/143)) | ||
- [@hovaesco](https://github.com/hovaesco) ([#123](https://github.com/starburstdata/dbt-trino/pull/123), [#139](https://github.com/starburstdata/dbt-trino/pull/139)) | ||
- [@mdesmet](https://github.com/mdesmet) ([#134](https://github.com/starburstdata/dbt-trino/pull/134), [#130](https://github.com/starburstdata/dbt-trino/pull/130), [#132](https://github.com/starburstdata/dbt-trino/pull/132), [#132](https://github.com/starburstdata/dbt-trino/pull/132), [#145](https://github.com/starburstdata/dbt-trino/pull/145)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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.2.2" | ||
version = "1.2.3" |