From 15a439888171df81332e7f7c42754db1570a063c Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Thu, 9 May 2024 21:54:46 +0000 Subject: [PATCH] Bumping version to 1.8.0 and generate CHANGELOG --- .changes/1.8.0-b1.md | 10 ------- .changes/1.8.0-b2.md | 10 ------- .changes/1.8.0-b3.md | 6 ----- .changes/1.8.0.md | 20 ++++++++++++++ .../1.8.0/Dependencies-20240306-121120.yaml | 7 ----- .../1.8.0/Dependencies-20240405-122927.yaml | 7 ----- .changes/1.8.0/Features-20240405-174603.yaml | 7 ----- .../1.8.0/Under the Hood-20240122-140131.yaml | 7 ----- .../1.8.0/Under the Hood-20240306-121631.yaml | 7 ----- .../1.8.0/Under the Hood-20240312-132326.yaml | 7 ----- .../1.8.0/Under the Hood-20240408-134750.yaml | 7 ----- .../1.8.0/Under the Hood-20240422-125232.yaml | 7 ----- .../Dependencies-20240507-142214.yaml | 7 ----- .../Dependencies-20240509-213722.yaml | 7 ----- .../unreleased/Features-20240430-120758.yaml | 8 ------ .../unreleased/Fixes-20240506-130645.yaml | 7 ----- CHANGELOG.md | 26 +++++++------------ dbt/adapters/trino/__version__.py | 2 +- 18 files changed, 31 insertions(+), 128 deletions(-) delete mode 100644 .changes/1.8.0-b1.md delete mode 100644 .changes/1.8.0-b2.md delete mode 100644 .changes/1.8.0-b3.md create mode 100644 .changes/1.8.0.md delete mode 100644 .changes/1.8.0/Dependencies-20240306-121120.yaml delete mode 100644 .changes/1.8.0/Dependencies-20240405-122927.yaml delete mode 100644 .changes/1.8.0/Features-20240405-174603.yaml delete mode 100644 .changes/1.8.0/Under the Hood-20240122-140131.yaml delete mode 100644 .changes/1.8.0/Under the Hood-20240306-121631.yaml delete mode 100644 .changes/1.8.0/Under the Hood-20240312-132326.yaml delete mode 100644 .changes/1.8.0/Under the Hood-20240408-134750.yaml delete mode 100644 .changes/1.8.0/Under the Hood-20240422-125232.yaml delete mode 100644 .changes/unreleased/Dependencies-20240507-142214.yaml delete mode 100644 .changes/unreleased/Dependencies-20240509-213722.yaml delete mode 100644 .changes/unreleased/Features-20240430-120758.yaml delete mode 100644 .changes/unreleased/Fixes-20240506-130645.yaml diff --git a/.changes/1.8.0-b1.md b/.changes/1.8.0-b1.md deleted file mode 100644 index 35ded953..00000000 --- a/.changes/1.8.0-b1.md +++ /dev/null @@ -1,10 +0,0 @@ -## dbt-trino 1.8.0-b1 - March 12, 2024 -### 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)) -### Dependencies -- Bump dev_requirements ([#388](https://github.com/starburstdata/dbt-trino/pull/388)) - -### Contributors -- [@damian3031](https://github.com/damian3031) ([#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), [#388](https://github.com/starburstdata/dbt-trino/pull/388)) diff --git a/.changes/1.8.0-b2.md b/.changes/1.8.0-b2.md deleted file mode 100644 index 3e51523a..00000000 --- a/.changes/1.8.0-b2.md +++ /dev/null @@ -1,10 +0,0 @@ -## dbt-trino 1.8.0-b2 - April 08, 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)) -### Under the Hood -- Add tests for --empty flag ([#391](https://github.com/starburstdata/dbt-trino/issues/391), [#393](https://github.com/starburstdata/dbt-trino/pull/393)) -### Dependencies -- 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)) - -### Contributors -- [@damian3031](https://github.com/damian3031) ([#393](https://github.com/starburstdata/dbt-trino/pull/393), [#393](https://github.com/starburstdata/dbt-trino/pull/393), [#393](https://github.com/starburstdata/dbt-trino/pull/393)) diff --git a/.changes/1.8.0-b3.md b/.changes/1.8.0-b3.md deleted file mode 100644 index 661c5021..00000000 --- a/.changes/1.8.0-b3.md +++ /dev/null @@ -1,6 +0,0 @@ -## dbt-trino 1.8.0-b3 - April 22, 2024 -### Under the Hood -- Update dependabot config to cover GHA ([#395](https://github.com/starburstdata/dbt-trino/pull/395)) - -### Contributors -- [@damian3031](https://github.com/damian3031) ([#395](https://github.com/starburstdata/dbt-trino/pull/395)) diff --git a/.changes/1.8.0.md b/.changes/1.8.0.md new file mode 100644 index 00000000..27f180b5 --- /dev/null +++ b/.changes/1.8.0.md @@ -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)) diff --git a/.changes/1.8.0/Dependencies-20240306-121120.yaml b/.changes/1.8.0/Dependencies-20240306-121120.yaml deleted file mode 100644 index 5111bf43..00000000 --- a/.changes/1.8.0/Dependencies-20240306-121120.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Dependencies -body: Bump dev_requirements -time: 2024-03-06T12:11:20.197637+01:00 -custom: - Author: damian3031 - Issue: "" - PR: "388" diff --git a/.changes/1.8.0/Dependencies-20240405-122927.yaml b/.changes/1.8.0/Dependencies-20240405-122927.yaml deleted file mode 100644 index 38c9948b..00000000 --- a/.changes/1.8.0/Dependencies-20240405-122927.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Dependencies -body: Add `dbt-core` as a dependency to preserve backwards compatibility for installation -time: 2024-04-05T12:29:27.647437+02:00 -custom: - Author: damian3031 - Issue: "387" - PR: "393" diff --git a/.changes/1.8.0/Features-20240405-174603.yaml b/.changes/1.8.0/Features-20240405-174603.yaml deleted file mode 100644 index b8d4801f..00000000 --- a/.changes/1.8.0/Features-20240405-174603.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Features -body: Support all types for unit testing -time: 2024-04-05T17:46:03.480018+02:00 -custom: - Author: damian3031 - Issue: "391" - PR: "393" diff --git a/.changes/1.8.0/Under the Hood-20240122-140131.yaml b/.changes/1.8.0/Under the Hood-20240122-140131.yaml deleted file mode 100644 index 10252553..00000000 --- a/.changes/1.8.0/Under the Hood-20240122-140131.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: Add tests against Python 3.12 -time: 2024-01-22T14:01:31.044633+01:00 -custom: - Author: damian3031 - Issue: "" - PR: "383" diff --git a/.changes/1.8.0/Under the Hood-20240306-121631.yaml b/.changes/1.8.0/Under the Hood-20240306-121631.yaml deleted file mode 100644 index 2b34c1d2..00000000 --- a/.changes/1.8.0/Under the Hood-20240306-121631.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: Upgrade Trino to 439, SEP to 435-e.1 -time: 2024-03-06T12:16:31.319795+01:00 -custom: - Author: damian3031 - Issue: "" - PR: "388" diff --git a/.changes/1.8.0/Under the Hood-20240312-132326.yaml b/.changes/1.8.0/Under the Hood-20240312-132326.yaml deleted file mode 100644 index 3bdc8f20..00000000 --- a/.changes/1.8.0/Under the Hood-20240312-132326.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: Migrate to dbt-common and dbt-adapters package -time: 2024-03-12T13:23:26.028488+01:00 -custom: - Author: damian3031 - Issue: "387" - PR: "390" diff --git a/.changes/1.8.0/Under the Hood-20240408-134750.yaml b/.changes/1.8.0/Under the Hood-20240408-134750.yaml deleted file mode 100644 index 2fbf15c1..00000000 --- a/.changes/1.8.0/Under the Hood-20240408-134750.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: Add tests for --empty flag -time: 2024-04-08T13:47:50.027069+02:00 -custom: - Author: damian3031 - Issue: "391" - PR: "393" diff --git a/.changes/1.8.0/Under the Hood-20240422-125232.yaml b/.changes/1.8.0/Under the Hood-20240422-125232.yaml deleted file mode 100644 index 905bf300..00000000 --- a/.changes/1.8.0/Under the Hood-20240422-125232.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: Update dependabot config to cover GHA -time: 2024-04-22T12:52:32.252092+02:00 -custom: - Author: damian3031 - Issue: "" - PR: "395" diff --git a/.changes/unreleased/Dependencies-20240507-142214.yaml b/.changes/unreleased/Dependencies-20240507-142214.yaml deleted file mode 100644 index b7670936..00000000 --- a/.changes/unreleased/Dependencies-20240507-142214.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Dependencies -body: Updated dependencies and GH actions -time: 2024-05-07T14:22:14.050847+02:00 -custom: - Author: damian3031 - Issue: "" - PR: "408" diff --git a/.changes/unreleased/Dependencies-20240509-213722.yaml b/.changes/unreleased/Dependencies-20240509-213722.yaml deleted file mode 100644 index a1b9d230..00000000 --- a/.changes/unreleased/Dependencies-20240509-213722.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Dependencies -body: Updated dbt-core to 1.8.0 -time: 2024-05-09T21:37:22.423116+02:00 -custom: - Author: damian3031 - Issue: "" - PR: "408" diff --git a/.changes/unreleased/Features-20240430-120758.yaml b/.changes/unreleased/Features-20240430-120758.yaml deleted file mode 100644 index 65f92aed..00000000 --- a/.changes/unreleased/Features-20240430-120758.yaml +++ /dev/null @@ -1,8 +0,0 @@ -kind: Features -body: on_table_exists modes (rename, drop, replace) determine how table is recreated - during a full-refresh run of an incremental model -time: 2024-04-30T12:07:58.484083+02:00 -custom: - Author: damian3031 - Issue: "395" - PR: "406" diff --git a/.changes/unreleased/Fixes-20240506-130645.yaml b/.changes/unreleased/Fixes-20240506-130645.yaml deleted file mode 100644 index 973595f1..00000000 --- a/.changes/unreleased/Fixes-20240506-130645.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Stop adding aliases to subqueries when calling with `--empty` -time: 2024-05-06T13:06:45.642583+02:00 -custom: - Author: damian3031 - Issue: "" - PR: "408" diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b7c6228..469a45c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,32 +4,26 @@ - 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.0-b3 - April 22, 2024 -### Under the Hood -- Update dependabot config to cover GHA ([#395](https://github.com/starburstdata/dbt-trino/pull/395)) - -### Contributors -- [@damian3031](https://github.com/damian3031) ([#395](https://github.com/starburstdata/dbt-trino/pull/395)) -## dbt-trino 1.8.0-b2 - April 08, 2024 +## 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)) -### Under the Hood -- Add tests for --empty flag ([#391](https://github.com/starburstdata/dbt-trino/issues/391), [#393](https://github.com/starburstdata/dbt-trino/pull/393)) -### Dependencies -- 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)) - -### Contributors -- [@damian3031](https://github.com/damian3031) ([#393](https://github.com/starburstdata/dbt-trino/pull/393), [#393](https://github.com/starburstdata/dbt-trino/pull/393), [#393](https://github.com/starburstdata/dbt-trino/pull/393)) -## dbt-trino 1.8.0-b1 - March 12, 2024 +- 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) ([#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), [#388](https://github.com/starburstdata/dbt-trino/pull/388)) +- [@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: diff --git a/dbt/adapters/trino/__version__.py b/dbt/adapters/trino/__version__.py index b0f82cbc..6aaa73b8 100644 --- a/dbt/adapters/trino/__version__.py +++ b/dbt/adapters/trino/__version__.py @@ -1 +1 @@ -version = "1.8.0b3" +version = "1.8.0"