diff --git a/.changes/0.0.0.md b/.changes/0.0.0.md index 64cd3664..4b97230a 100644 --- a/.changes/0.0.0.md +++ b/.changes/0.0.0.md @@ -2,6 +2,7 @@ For information on prior major and minor releases, see their changelogs: +* [1.8](https://github.com/starburstdata/dbt-trino/blob/1.8.latest/CHANGELOG.md) * [1.7](https://github.com/starburstdata/dbt-trino/blob/1.7.latest/CHANGELOG.md) * [1.6](https://github.com/starburstdata/dbt-trino/blob/1.6.latest/CHANGELOG.md) * [1.5](https://github.com/starburstdata/dbt-trino/blob/1.5.latest/CHANGELOG.md) diff --git a/.changes/1.8.0.md b/.changes/1.8.0.md deleted file mode 100644 index 27f180b5..00000000 --- a/.changes/1.8.0.md +++ /dev/null @@ -1,20 +0,0 @@ -## 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)) diff --git a/.changes/1.8.1.md b/.changes/1.8.1.md deleted file mode 100644 index 1d68d465..00000000 --- a/.changes/1.8.1.md +++ /dev/null @@ -1,6 +0,0 @@ -## dbt-trino 1.8.1 - July 04, 2024 -### Fixes -- Fix incremental materialization to correctly set the temporary relation to a view or table ([#416](https://github.com/starburstdata/dbt-trino/issues/416), [#418](https://github.com/starburstdata/dbt-trino/pull/418)) - -### Contributors -- [@damian3031](https://github.com/damian3031) ([#418](https://github.com/starburstdata/dbt-trino/pull/418)) diff --git a/.changes/1.8.1/Fixes-20240703-140732.yaml b/.changes/1.8.1/Fixes-20240703-140732.yaml deleted file mode 100644 index fc78f5ae..00000000 --- a/.changes/1.8.1/Fixes-20240703-140732.yaml +++ /dev/null @@ -1,8 +0,0 @@ -kind: Fixes -body: Fix incremental materialization to correctly set the temporary relation to a - view or table -time: 2024-07-03T14:07:32.613562+02:00 -custom: - Author: damian3031 - Issue: "416" - PR: "418" diff --git a/.changes/1.8.2.md b/.changes/1.8.2.md deleted file mode 100644 index c39244a7..00000000 --- a/.changes/1.8.2.md +++ /dev/null @@ -1,13 +0,0 @@ -## dbt-trino 1.8.2 - September 24, 2024 -### Features -- Added update_type and rowcount to dbt commands SQL status in CLI output ([#428](https://github.com/starburstdata/dbt-trino/issues/428), [#429](https://github.com/starburstdata/dbt-trino/pull/429)) -### Fixes -- Change table materialization logic when on_table_exists = 'rename' ([#423](https://github.com/starburstdata/dbt-trino/issues/423), [#425](https://github.com/starburstdata/dbt-trino/pull/425)) -### Dependencies -- Bump peter-evans/create-pull-request from 6 to 7 ([#433](https://github.com/starburstdata/dbt-trino/pull/433)) -- Update dependencies ([#435](https://github.com/starburstdata/dbt-trino/pull/435)) - -### Contributors -- [@damian3031](https://github.com/damian3031) ([#429](https://github.com/starburstdata/dbt-trino/pull/429), [#435](https://github.com/starburstdata/dbt-trino/pull/435)) -- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#433](https://github.com/starburstdata/dbt-trino/pull/433)) -- [@hovaesco](https://github.com/hovaesco) ([#425](https://github.com/starburstdata/dbt-trino/pull/425)) diff --git a/.changes/1.8.2/Dependencies-20240909-042743.yaml b/.changes/1.8.2/Dependencies-20240909-042743.yaml deleted file mode 100644 index f4db2725..00000000 --- a/.changes/1.8.2/Dependencies-20240909-042743.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Dependencies -body: "Bump peter-evans/create-pull-request from 6 to 7" -time: 2024-09-09T04:27:43.00000Z -custom: - Author: dependabot[bot] - Issue: '' - PR: 433 diff --git a/.changes/1.8.2/Dependencies-20240917-190238.yaml b/.changes/1.8.2/Dependencies-20240917-190238.yaml deleted file mode 100644 index 32969f44..00000000 --- a/.changes/1.8.2/Dependencies-20240917-190238.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Dependencies -body: Update dependencies -time: 2024-09-17T19:02:38.25676+02:00 -custom: - Author: damian3031 - Issue: "" - PR: "435" diff --git a/.changes/1.8.2/Features-20240812-161625.yaml b/.changes/1.8.2/Features-20240812-161625.yaml deleted file mode 100644 index 51d21829..00000000 --- a/.changes/1.8.2/Features-20240812-161625.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Features -body: Added update_type and rowcount to dbt commands SQL status in CLI output -time: 2024-08-12T16:16:25.330055+02:00 -custom: - Author: damian3031 - Issue: "428" - PR: "429" diff --git a/.changes/1.8.2/Fixes-20240729-101114.yaml b/.changes/1.8.2/Fixes-20240729-101114.yaml deleted file mode 100644 index 56df1849..00000000 --- a/.changes/1.8.2/Fixes-20240729-101114.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Change table materialization logic when on_table_exists = 'rename' -time: 2024-07-29T10:11:14.451171+02:00 -custom: - Author: hovaesco - Issue: "423" - PR: "425" diff --git a/.changes/1.8.3.md b/.changes/1.8.3.md deleted file mode 100644 index 2b72a4c3..00000000 --- a/.changes/1.8.3.md +++ /dev/null @@ -1,9 +0,0 @@ -## dbt-trino 1.8.3 - November 04, 2024 -### Features -- Add file_format and table_format configurations ([#438](https://github.com/starburstdata/dbt-trino/pull/438)) -### Under the Hood -- Enable SSL verification by default ([#441](https://github.com/starburstdata/dbt-trino/issues/441), [#442](https://github.com/starburstdata/dbt-trino/pull/442)) - -### Contributors -- [@damian3031](https://github.com/damian3031) ([#438](https://github.com/starburstdata/dbt-trino/pull/438)) -- [@mdesmet](https://github.com/mdesmet) ([#442](https://github.com/starburstdata/dbt-trino/pull/442)) diff --git a/.changes/1.8.3/Features-20241015-174143.yaml b/.changes/1.8.3/Features-20241015-174143.yaml deleted file mode 100644 index 1320ab44..00000000 --- a/.changes/1.8.3/Features-20241015-174143.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Features -body: Add file_format and table_format configurations -time: 2024-10-15T17:41:43.584728+02:00 -custom: - Author: damian3031 - Issue: "" - PR: "438" diff --git a/.changes/1.8.3/Under the Hood-20241103-212520.yaml b/.changes/1.8.3/Under the Hood-20241103-212520.yaml deleted file mode 100644 index c4f461ba..00000000 --- a/.changes/1.8.3/Under the Hood-20241103-212520.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: Enable SSL verification by default -time: 2024-11-03T21:25:20.671327+08:00 -custom: - Author: mdesmet - Issue: "441" - PR: "442" diff --git a/.changes/1.8.4.md b/.changes/1.8.4.md deleted file mode 100644 index e4756274..00000000 --- a/.changes/1.8.4.md +++ /dev/null @@ -1,6 +0,0 @@ -## dbt-trino 1.8.4 - November 22, 2024 -### Under the Hood -- Revert cert default to False. Add require_certificate_validation Behavior Flag ([#447](https://github.com/starburstdata/dbt-trino/pull/447)) - -### Contributors -- [@damian3031](https://github.com/damian3031) ([#447](https://github.com/starburstdata/dbt-trino/pull/447)) diff --git a/.changes/1.8.4/Under the Hood-20241120-191809.yaml b/.changes/1.8.4/Under the Hood-20241120-191809.yaml deleted file mode 100644 index 9f92e281..00000000 --- a/.changes/1.8.4/Under the Hood-20241120-191809.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: Revert cert default to False. Add require_certificate_validation Behavior Flag -time: 2024-11-20T19:18:09.725288+01:00 -custom: - Author: damian3031 - Issue: "" - PR: "447" diff --git a/.changes/1.8.5.md b/.changes/1.8.5.md deleted file mode 100644 index 03498411..00000000 --- a/.changes/1.8.5.md +++ /dev/null @@ -1,11 +0,0 @@ -## dbt-trino 1.8.5 - December 11, 2024 -### Features -- Add support for suppressing urllib3 cert warnings from logs ([#459](https://github.com/starburstdata/dbt-trino/issues/459), [#459](https://github.com/starburstdata/dbt-trino/pull/459)) -### Fixes -- Fix breaking compatibility with Python 3.8 ([#452](https://github.com/starburstdata/dbt-trino/pull/452)) -- Fix so that file_format and table_format config values do not require wrapping in single quotes ([#454](https://github.com/starburstdata/dbt-trino/issues/454), [#455](https://github.com/starburstdata/dbt-trino/pull/455)) -- Allow boolean values in the cert parameter ([#460](https://github.com/starburstdata/dbt-trino/pull/460)) - -### Contributors -- [@colin-rogers-dbt](https://github.com/colin-rogers-dbt) ([#459](https://github.com/starburstdata/dbt-trino/pull/459)) -- [@damian3031](https://github.com/damian3031) ([#452](https://github.com/starburstdata/dbt-trino/pull/452), [#455](https://github.com/starburstdata/dbt-trino/pull/455), [#460](https://github.com/starburstdata/dbt-trino/pull/460)) diff --git a/.changes/1.8.5/Features-20241211-095408.yaml b/.changes/1.8.5/Features-20241211-095408.yaml deleted file mode 100644 index 19fadd18..00000000 --- a/.changes/1.8.5/Features-20241211-095408.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Features -body: Add support for suppressing urllib3 cert warnings from logs -time: 2024-12-11T09:54:08.828716-08:00 -custom: - Author: colin-rogers-dbt - Issue: "459" - PR: "459" diff --git a/.changes/1.8.5/Fixes-20241126-125237.yaml b/.changes/1.8.5/Fixes-20241126-125237.yaml deleted file mode 100644 index 96dee414..00000000 --- a/.changes/1.8.5/Fixes-20241126-125237.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Fix breaking compatibility with Python 3.8 -time: 2024-11-26T12:52:37.426245+01:00 -custom: - Author: damian3031 - Issue: "" - PR: "452" diff --git a/.changes/1.8.5/Fixes-20241206-132238.yaml b/.changes/1.8.5/Fixes-20241206-132238.yaml deleted file mode 100644 index c20dff39..00000000 --- a/.changes/1.8.5/Fixes-20241206-132238.yaml +++ /dev/null @@ -1,8 +0,0 @@ -kind: Fixes -body: Fix so that file_format and table_format config values do not require wrapping - in single quotes -time: 2024-12-06T13:22:38.107177+01:00 -custom: - Author: damian3031 - Issue: "454" - PR: "455" diff --git a/.changes/1.8.5/Fixes-20241211-202907.yaml b/.changes/1.8.5/Fixes-20241211-202907.yaml deleted file mode 100644 index 3a3ab3b8..00000000 --- a/.changes/1.8.5/Fixes-20241211-202907.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Allow boolean values in the cert parameter -time: 2024-12-11T20:29:07.954737+01:00 -custom: - Author: damian3031 - Issue: "" - PR: "460" diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a3ab33e..12679175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,75 +4,11 @@ - 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.8.5 - December 11, 2024 -### Features -- Add support for suppressing urllib3 cert warnings from logs ([#459](https://github.com/starburstdata/dbt-trino/issues/459), [#459](https://github.com/starburstdata/dbt-trino/pull/459)) -### Fixes -- Fix breaking compatibility with Python 3.8 ([#452](https://github.com/starburstdata/dbt-trino/pull/452)) -- Fix so that file_format and table_format config values do not require wrapping in single quotes ([#454](https://github.com/starburstdata/dbt-trino/issues/454), [#455](https://github.com/starburstdata/dbt-trino/pull/455)) -- Allow boolean values in the cert parameter ([#460](https://github.com/starburstdata/dbt-trino/pull/460)) - -### Contributors -- [@colin-rogers-dbt](https://github.com/colin-rogers-dbt) ([#459](https://github.com/starburstdata/dbt-trino/pull/459)) -- [@damian3031](https://github.com/damian3031) ([#452](https://github.com/starburstdata/dbt-trino/pull/452), [#455](https://github.com/starburstdata/dbt-trino/pull/455), [#460](https://github.com/starburstdata/dbt-trino/pull/460)) -## dbt-trino 1.8.4 - November 22, 2024 -### Under the Hood -- Revert cert default to False. Add require_certificate_validation Behavior Flag ([#447](https://github.com/starburstdata/dbt-trino/pull/447)) - -### Contributors -- [@damian3031](https://github.com/damian3031) ([#447](https://github.com/starburstdata/dbt-trino/pull/447)) -## dbt-trino 1.8.3 - November 04, 2024 -### Features -- Add file_format and table_format configurations ([#438](https://github.com/starburstdata/dbt-trino/pull/438)) -### Under the Hood -- Enable SSL verification by default ([#441](https://github.com/starburstdata/dbt-trino/issues/441), [#442](https://github.com/starburstdata/dbt-trino/pull/442)) - -### Contributors -- [@damian3031](https://github.com/damian3031) ([#438](https://github.com/starburstdata/dbt-trino/pull/438)) -- [@mdesmet](https://github.com/mdesmet) ([#442](https://github.com/starburstdata/dbt-trino/pull/442)) -## dbt-trino 1.8.2 - September 24, 2024 -### Features -- Added update_type and rowcount to dbt commands SQL status in CLI output ([#428](https://github.com/starburstdata/dbt-trino/issues/428), [#429](https://github.com/starburstdata/dbt-trino/pull/429)) -### Fixes -- Change table materialization logic when on_table_exists = 'rename' ([#423](https://github.com/starburstdata/dbt-trino/issues/423), [#425](https://github.com/starburstdata/dbt-trino/pull/425)) -### Dependencies -- Bump peter-evans/create-pull-request from 6 to 7 ([#433](https://github.com/starburstdata/dbt-trino/pull/433)) -- Update dependencies ([#435](https://github.com/starburstdata/dbt-trino/pull/435)) - -### Contributors -- [@damian3031](https://github.com/damian3031) ([#429](https://github.com/starburstdata/dbt-trino/pull/429), [#435](https://github.com/starburstdata/dbt-trino/pull/435)) -- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#433](https://github.com/starburstdata/dbt-trino/pull/433)) -- [@hovaesco](https://github.com/hovaesco) ([#425](https://github.com/starburstdata/dbt-trino/pull/425)) -## dbt-trino 1.8.1 - July 04, 2024 -### Fixes -- Fix incremental materialization to correctly set the temporary relation to a view or table ([#416](https://github.com/starburstdata/dbt-trino/issues/416), [#418](https://github.com/starburstdata/dbt-trino/pull/418)) - -### Contributors -- [@damian3031](https://github.com/damian3031) ([#418](https://github.com/starburstdata/dbt-trino/pull/418)) -## 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)) ## Previous Releases For information on prior major and minor releases, see their changelogs: +* [1.8](https://github.com/starburstdata/dbt-trino/blob/1.8.latest/CHANGELOG.md) * [1.7](https://github.com/starburstdata/dbt-trino/blob/1.7.latest/CHANGELOG.md) * [1.6](https://github.com/starburstdata/dbt-trino/blob/1.6.latest/CHANGELOG.md) * [1.5](https://github.com/starburstdata/dbt-trino/blob/1.5.latest/CHANGELOG.md)