From 0110faf8aee37fe91f3a2f5b8c89ea91ead496ce Mon Sep 17 00:00:00 2001 From: Damian Owsianny Date: Thu, 2 Nov 2023 23:17:21 +0100 Subject: [PATCH] Remove old changie files --- .changes/1.6.0.md | 15 --------------- .../1.6.0/Breaking Changes-20230718-130019.yaml | 7 ------- .../1.6.0/Breaking Changes-20230721-125806.yaml | 7 ------- .../1.6.0/Breaking Changes-20230724-140221.yaml | 9 --------- .changes/1.6.0/Dependencies-20230718-041436.yaml | 7 ------- .../1.6.0/Under the Hood-20230728-165543.yaml | 7 ------- .../1.6.0/Under the Hood-20230728-180251.yaml | 7 ------- .../1.6.0/Under the Hood-20230801-125319.yaml | 7 ------- .changes/1.6.1.md | 6 ------ .changes/1.6.1/Fixes-20230809-162435.yaml | 7 ------- .changes/1.6.2.md | 14 -------------- .changes/1.6.2/Dependencies-20231006-120431.yaml | 12 ------------ .changes/1.6.2/Fixes-20230810-233738.yaml | 7 ------- .changes/1.6.2/Fixes-20230927-124454.yaml | 7 ------- .../1.6.2/Under the Hood-20230929-211758.yaml | 7 ------- 15 files changed, 126 deletions(-) delete mode 100644 .changes/1.6.0.md delete mode 100644 .changes/1.6.0/Breaking Changes-20230718-130019.yaml delete mode 100644 .changes/1.6.0/Breaking Changes-20230721-125806.yaml delete mode 100644 .changes/1.6.0/Breaking Changes-20230724-140221.yaml delete mode 100644 .changes/1.6.0/Dependencies-20230718-041436.yaml delete mode 100644 .changes/1.6.0/Under the Hood-20230728-165543.yaml delete mode 100644 .changes/1.6.0/Under the Hood-20230728-180251.yaml delete mode 100644 .changes/1.6.0/Under the Hood-20230801-125319.yaml delete mode 100644 .changes/1.6.1.md delete mode 100644 .changes/1.6.1/Fixes-20230809-162435.yaml delete mode 100644 .changes/1.6.2.md delete mode 100644 .changes/1.6.2/Dependencies-20231006-120431.yaml delete mode 100644 .changes/1.6.2/Fixes-20230810-233738.yaml delete mode 100644 .changes/1.6.2/Fixes-20230927-124454.yaml delete mode 100644 .changes/1.6.2/Under the Hood-20230929-211758.yaml diff --git a/.changes/1.6.0.md b/.changes/1.6.0.md deleted file mode 100644 index 51401a7e..00000000 --- a/.changes/1.6.0.md +++ /dev/null @@ -1,15 +0,0 @@ -## dbt-trino 1.6.0 - August 01, 2023 -### Breaking Changes -- Drop support for Python 3.7 ([#314](https://github.com/starburstdata/dbt-trino/issues/314), [#331](https://github.com/starburstdata/dbt-trino/pull/331)) -- Update dbt-core to 1.6.0 ([#332](https://github.com/starburstdata/dbt-trino/pull/332)) -- Renamed relation type 'materializedview' to 'materialized_view' to be consistent with dbt-core 1.6. If you have any custom macro where you check if relation type equals to 'materializedview', change it to 'materialized_view' ([#332](https://github.com/starburstdata/dbt-trino/pull/332)) -### Under the Hood -- Refactored materialized view macros ([#333](https://github.com/starburstdata/dbt-trino/pull/333)) -- Add new tests from dbt-tests-adapter ([#335](https://github.com/starburstdata/dbt-trino/pull/335)) -- Add schema teardown method where necessary ([#267](https://github.com/starburstdata/dbt-trino/issues/267), [#335](https://github.com/starburstdata/dbt-trino/pull/335)) -### Dependencies -- Update dbt-tests-adapter requirement from ~=1.5.2 to ~=1.6.0 ([#330](https://github.com/starburstdata/dbt-trino/pull/330)) - -### Contributors -- [@damian3031](https://github.com/damian3031) ([#331](https://github.com/starburstdata/dbt-trino/pull/331), [#332](https://github.com/starburstdata/dbt-trino/pull/332), [#332](https://github.com/starburstdata/dbt-trino/pull/332), [#333](https://github.com/starburstdata/dbt-trino/pull/333), [#335](https://github.com/starburstdata/dbt-trino/pull/335), [#335](https://github.com/starburstdata/dbt-trino/pull/335)) -- [@dependabot[bot]](https://github.com/dependabot[bot]) ([#330](https://github.com/starburstdata/dbt-trino/pull/330)) diff --git a/.changes/1.6.0/Breaking Changes-20230718-130019.yaml b/.changes/1.6.0/Breaking Changes-20230718-130019.yaml deleted file mode 100644 index 23a8cce0..00000000 --- a/.changes/1.6.0/Breaking Changes-20230718-130019.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Breaking Changes -body: Drop support for Python 3.7 -time: 2023-07-18T13:00:19.915667+02:00 -custom: - Author: damian3031 - Issue: "314" - PR: "331" diff --git a/.changes/1.6.0/Breaking Changes-20230721-125806.yaml b/.changes/1.6.0/Breaking Changes-20230721-125806.yaml deleted file mode 100644 index d04b03b8..00000000 --- a/.changes/1.6.0/Breaking Changes-20230721-125806.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Breaking Changes -body: Update dbt-core to 1.6.0 -time: 2023-07-21T12:58:06.169523+02:00 -custom: - Author: damian3031 - Issue: "" - PR: "332" diff --git a/.changes/1.6.0/Breaking Changes-20230724-140221.yaml b/.changes/1.6.0/Breaking Changes-20230724-140221.yaml deleted file mode 100644 index 8bf3b5bf..00000000 --- a/.changes/1.6.0/Breaking Changes-20230724-140221.yaml +++ /dev/null @@ -1,9 +0,0 @@ -kind: Breaking Changes -body: Renamed relation type 'materializedview' to 'materialized_view' to be consistent - with dbt-core 1.6. If you have any custom macro where you check if relation type - equals to 'materializedview', change it to 'materialized_view' -time: 2023-07-24T14:02:21.439344+02:00 -custom: - Author: damian3031 - Issue: "" - PR: "332" diff --git a/.changes/1.6.0/Dependencies-20230718-041436.yaml b/.changes/1.6.0/Dependencies-20230718-041436.yaml deleted file mode 100644 index 08a78836..00000000 --- a/.changes/1.6.0/Dependencies-20230718-041436.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Dependencies -body: "Update dbt-tests-adapter requirement from ~=1.5.2 to ~=1.6.0" -time: 2023-07-18T04:14:36.00000Z -custom: - Author: dependabot[bot] - Issue: '' - PR: 330 diff --git a/.changes/1.6.0/Under the Hood-20230728-165543.yaml b/.changes/1.6.0/Under the Hood-20230728-165543.yaml deleted file mode 100644 index 09bdc8b2..00000000 --- a/.changes/1.6.0/Under the Hood-20230728-165543.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: Refactored materialized view macros -time: 2023-07-28T16:55:43.725503+02:00 -custom: - Author: damian3031 - Issue: "" - PR: "333" diff --git a/.changes/1.6.0/Under the Hood-20230728-180251.yaml b/.changes/1.6.0/Under the Hood-20230728-180251.yaml deleted file mode 100644 index 0fecb10f..00000000 --- a/.changes/1.6.0/Under the Hood-20230728-180251.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: Add new tests from dbt-tests-adapter -time: 2023-07-28T18:02:51.112439+02:00 -custom: - Author: damian3031 - Issue: "" - PR: "335" diff --git a/.changes/1.6.0/Under the Hood-20230801-125319.yaml b/.changes/1.6.0/Under the Hood-20230801-125319.yaml deleted file mode 100644 index cb0396c6..00000000 --- a/.changes/1.6.0/Under the Hood-20230801-125319.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: Add schema teardown method where necessary -time: 2023-08-01T12:53:19.864514+02:00 -custom: - Author: damian3031 - Issue: "267" - PR: "335" diff --git a/.changes/1.6.1.md b/.changes/1.6.1.md deleted file mode 100644 index 8e57181a..00000000 --- a/.changes/1.6.1.md +++ /dev/null @@ -1,6 +0,0 @@ -## dbt-trino 1.6.1 - August 09, 2023 -### Fixes -- Implemented fetchmany ([#341](https://github.com/starburstdata/dbt-trino/pull/341)) - -### Contributors -- [@damian3031](https://github.com/damian3031) ([#341](https://github.com/starburstdata/dbt-trino/pull/341)) diff --git a/.changes/1.6.1/Fixes-20230809-162435.yaml b/.changes/1.6.1/Fixes-20230809-162435.yaml deleted file mode 100644 index fc67773a..00000000 --- a/.changes/1.6.1/Fixes-20230809-162435.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Implemented fetchmany -time: 2023-08-09T16:24:35.116089+02:00 -custom: - Author: damian3031 - Issue: "" - PR: "341" diff --git a/.changes/1.6.2.md b/.changes/1.6.2.md deleted file mode 100644 index 95e62c22..00000000 --- a/.changes/1.6.2.md +++ /dev/null @@ -1,14 +0,0 @@ -## dbt-trino 1.6.2 - October 10, 2023 -### Fixes -- Only set the comment when persist_docs.relation is set ([#317](https://github.com/starburstdata/dbt-trino/issues/317), [#343](https://github.com/starburstdata/dbt-trino/pull/343)) -- Fix materialized_views filters when listing relations ([#353](https://github.com/starburstdata/dbt-trino/pull/353)) -### Under the Hood -- Remove redundant DISTINCT from schema listing query ([#356](https://github.com/starburstdata/dbt-trino/pull/356)) -### Dependencies -- Update requirements: dbt-tests-adapter from 1.6.0 to 1.6.5 tox from 4.6 to 4.11 pre-commit from 3.3 to 3.4 mypy from 1.4.1 to 1.5.1 - ([#9999](https://github.com/starburstdata/dbt-trino/pull/9999)) - -### Contributors -- [@Fokko](https://github.com/Fokko) ([#343](https://github.com/starburstdata/dbt-trino/pull/343)) -- [@damian3031](https://github.com/damian3031) ([#9999](https://github.com/starburstdata/dbt-trino/pull/9999)) -- [@findepi](https://github.com/findepi) ([#353](https://github.com/starburstdata/dbt-trino/pull/353), [#356](https://github.com/starburstdata/dbt-trino/pull/356)) diff --git a/.changes/1.6.2/Dependencies-20231006-120431.yaml b/.changes/1.6.2/Dependencies-20231006-120431.yaml deleted file mode 100644 index ca7c5eed..00000000 --- a/.changes/1.6.2/Dependencies-20231006-120431.yaml +++ /dev/null @@ -1,12 +0,0 @@ -kind: Dependencies -body: > - Update requirements: - dbt-tests-adapter from 1.6.0 to 1.6.5 - tox from 4.6 to 4.11 - pre-commit from 3.3 to 3.4 - mypy from 1.4.1 to 1.5.1 -time: 2023-10-06T12:04:31.385161+02:00 -custom: - Author: damian3031 - Issue: "" - PR: "9999" diff --git a/.changes/1.6.2/Fixes-20230810-233738.yaml b/.changes/1.6.2/Fixes-20230810-233738.yaml deleted file mode 100644 index 62aeea20..00000000 --- a/.changes/1.6.2/Fixes-20230810-233738.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Only set the comment when persist_docs.relation is set -time: 2023-08-10T23:37:38.828664+02:00 -custom: - Author: Fokko - Issue: "317" - PR: "343" diff --git a/.changes/1.6.2/Fixes-20230927-124454.yaml b/.changes/1.6.2/Fixes-20230927-124454.yaml deleted file mode 100644 index 89ae6724..00000000 --- a/.changes/1.6.2/Fixes-20230927-124454.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Fix materialized_views filters when listing relations -time: 2023-09-27T12:44:54.858517+02:00 -custom: - Author: findepi - Issue: "" - PR: "353" diff --git a/.changes/1.6.2/Under the Hood-20230929-211758.yaml b/.changes/1.6.2/Under the Hood-20230929-211758.yaml deleted file mode 100644 index e23b417a..00000000 --- a/.changes/1.6.2/Under the Hood-20230929-211758.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: Remove redundant DISTINCT from schema listing query -time: 2023-09-29T21:17:58.859993+02:00 -custom: - Author: findepi - Issue: "" - PR: "356"