Skip to content

Commit

Permalink
Bumping version to 1.2.3 and generate CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
starburstdata-automation authored and mdesmet committed Oct 13, 2022
1 parent 0c19dec commit d5c8e7c
Show file tree
Hide file tree
Showing 16 changed files with 53 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .changes/1.2.3.md
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.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@
- Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/starburstdata/dbt-trino/blob/master/CONTRIBUTING.md#adding-changelog-entry)
## 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))
## dbt-trino 1.2.2 - September 15, 2022
### Features
- Support snapshot materialization ([#6](https://github.com/starburstdata/dbt-trino/issues/6), [#120](https://github.com/starburstdata/dbt-trino/pull/120))
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/trino/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.2.2"
version = "1.2.3"

0 comments on commit d5c8e7c

Please sign in to comment.