From cf854b5c1c9b6b8e9b84e77c4f27b4ede3fc47df Mon Sep 17 00:00:00 2001 From: FishtownBuildBot <77737458+FishtownBuildBot@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:03:16 -0400 Subject: [PATCH] Cleanup main after cutting new 1.7.latest branch (#804) * Clean up changelog on main * Bumping version to 1.8.0a1 * Code quality cleanup --- .bumpversion.cfg | 2 +- .changes/1.7.0-b1.md | 35 ----------- .changes/1.7.0-b2.md | 22 ------- .../1.7.0/Dependencies-20230711-123517.yaml | 6 -- .../1.7.0/Dependencies-20230717-121543.yaml | 6 -- .../1.7.0/Dependencies-20230721-130136.yaml | 6 -- .../1.7.0/Dependencies-20230724-123845.yaml | 6 -- .../1.7.0/Dependencies-20230731-121631.yaml | 6 -- .../1.7.0/Dependencies-20230802-221810.yaml | 6 -- .../1.7.0/Dependencies-20230803-131336.yaml | 6 -- .../1.7.0/Dependencies-20230809-130151.yaml | 6 -- .../1.7.0/Dependencies-20230809-130216.yaml | 6 -- .../1.7.0/Dependencies-20230810-124706.yaml | 6 -- .../1.7.0/Dependencies-20230814-125402.yaml | 6 -- .../1.7.0/Dependencies-20230814-125450.yaml | 6 -- .../1.7.0/Dependencies-20230817-121646.yaml | 6 -- .../1.7.0/Dependencies-20230817-121652.yaml | 6 -- .../1.7.0/Dependencies-20230822-120421.yaml | 6 -- .../1.7.0/Dependencies-20230830-125448.yaml | 6 -- .../1.7.0/Dependencies-20230904-121823.yaml | 6 -- .../1.7.0/Dependencies-20230911-122237.yaml | 6 -- .changes/1.7.0/Fixes-20230626-132631.yaml | 7 --- .changes/1.7.0/Fixes-20230726-164729.yaml | 6 -- .changes/1.7.0/Fixes-20230804-175222.yaml | 6 -- .changes/1.7.0/Fixes-20230810-154613.yaml | 6 -- .changes/1.7.0/Fixes-20230810-163232.yaml | 6 -- .changes/1.7.0/Fixes-20230828-143834.yaml | 6 -- .changes/1.7.0/Fixes-20230907-153305.yaml | 6 -- .changes/1.7.0/Fixes-20230914-110800.yaml | 6 -- .../1.7.0/Under the Hood-20230621-144450.yaml | 6 -- .../1.7.0/Under the Hood-20230724-162947.yaml | 6 -- .../1.7.0/Under the Hood-20230821-230921.yaml | 7 --- .../unreleased/Features-20230822-234732.yaml | 6 -- .../unreleased/Features-20230829-152412.yaml | 6 -- .../unreleased/Features-20230915-091507.yaml | 6 -- .../unreleased/Features-20230919-171047.yaml | 6 -- .../unreleased/Features-20231008-195410.yaml | 6 -- .../unreleased/Fixes-20230918-105721.yaml | 6 -- .../unreleased/Fixes-20231002-144648.yaml | 6 -- .../Under the Hood-20230925-120144.yaml | 6 -- .../Under the Hood-20230925-144814.yaml | 6 -- .../Under the Hood-20231010-182904.yaml | 6 -- CHANGELOG.md | 60 ------------------- dbt/adapters/snowflake/__version__.py | 2 +- setup.py | 2 +- 45 files changed, 3 insertions(+), 356 deletions(-) delete mode 100644 .changes/1.7.0-b1.md delete mode 100644 .changes/1.7.0-b2.md delete mode 100644 .changes/1.7.0/Dependencies-20230711-123517.yaml delete mode 100644 .changes/1.7.0/Dependencies-20230717-121543.yaml delete mode 100644 .changes/1.7.0/Dependencies-20230721-130136.yaml delete mode 100644 .changes/1.7.0/Dependencies-20230724-123845.yaml delete mode 100644 .changes/1.7.0/Dependencies-20230731-121631.yaml delete mode 100644 .changes/1.7.0/Dependencies-20230802-221810.yaml delete mode 100644 .changes/1.7.0/Dependencies-20230803-131336.yaml delete mode 100644 .changes/1.7.0/Dependencies-20230809-130151.yaml delete mode 100644 .changes/1.7.0/Dependencies-20230809-130216.yaml delete mode 100644 .changes/1.7.0/Dependencies-20230810-124706.yaml delete mode 100644 .changes/1.7.0/Dependencies-20230814-125402.yaml delete mode 100644 .changes/1.7.0/Dependencies-20230814-125450.yaml delete mode 100644 .changes/1.7.0/Dependencies-20230817-121646.yaml delete mode 100644 .changes/1.7.0/Dependencies-20230817-121652.yaml delete mode 100644 .changes/1.7.0/Dependencies-20230822-120421.yaml delete mode 100644 .changes/1.7.0/Dependencies-20230830-125448.yaml delete mode 100644 .changes/1.7.0/Dependencies-20230904-121823.yaml delete mode 100644 .changes/1.7.0/Dependencies-20230911-122237.yaml delete mode 100644 .changes/1.7.0/Fixes-20230626-132631.yaml delete mode 100644 .changes/1.7.0/Fixes-20230726-164729.yaml delete mode 100644 .changes/1.7.0/Fixes-20230804-175222.yaml delete mode 100644 .changes/1.7.0/Fixes-20230810-154613.yaml delete mode 100644 .changes/1.7.0/Fixes-20230810-163232.yaml delete mode 100644 .changes/1.7.0/Fixes-20230828-143834.yaml delete mode 100644 .changes/1.7.0/Fixes-20230907-153305.yaml delete mode 100644 .changes/1.7.0/Fixes-20230914-110800.yaml delete mode 100644 .changes/1.7.0/Under the Hood-20230621-144450.yaml delete mode 100644 .changes/1.7.0/Under the Hood-20230724-162947.yaml delete mode 100644 .changes/1.7.0/Under the Hood-20230821-230921.yaml delete mode 100644 .changes/unreleased/Features-20230822-234732.yaml delete mode 100644 .changes/unreleased/Features-20230829-152412.yaml delete mode 100644 .changes/unreleased/Features-20230915-091507.yaml delete mode 100644 .changes/unreleased/Features-20230919-171047.yaml delete mode 100644 .changes/unreleased/Features-20231008-195410.yaml delete mode 100644 .changes/unreleased/Fixes-20230918-105721.yaml delete mode 100644 .changes/unreleased/Fixes-20231002-144648.yaml delete mode 100644 .changes/unreleased/Under the Hood-20230925-120144.yaml delete mode 100644 .changes/unreleased/Under the Hood-20230925-144814.yaml delete mode 100644 .changes/unreleased/Under the Hood-20231010-182904.yaml diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ae6fd86e8..43e4f539b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = v1.7.0b2 +current_version = 1.8.0a1 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.7.0-b1.md b/.changes/1.7.0-b1.md deleted file mode 100644 index 51907be49..000000000 --- a/.changes/1.7.0-b1.md +++ /dev/null @@ -1,35 +0,0 @@ -## dbt-snowflake 1.7.0-b1 - August 17, 2023 - -### Fixes - -- Incremental materialization with "append" strategy does not wrap dml with explicit transaction ([#656](https://github.com/dbt-labs/dbt-snowflake/issues/656)) -- Fix `on_configuration_change` setting to properly recognize `continue` and `fail` ([#708](https://github.com/dbt-labs/dbt-snowflake/issues/708)) -- Cancel all queries when terminating dbt ([#711](https://github.com/dbt-labs/dbt-snowflake/issues/711)) -- change target_lag type to allow for downstream as a option ([#734](https://github.com/dbt-labs/dbt-snowflake/issues/734)) -- update snowflake_warehouse field for dynamic tables to be more accounted for ([#735](https://github.com/dbt-labs/dbt-snowflake/issues/735)) - -### Under the Hood - -- add pem private key option ([#619](https://github.com/dbt-labs/dbt-snowflake/issues/619)) -- Update stale workflow to use the centralized version ([#707](https://github.com/dbt-labs/dbt-snowflake/issues/707)) - -### Dependencies - -- Update black requirement from ~=23.3 to ~=23.7 ([#688](https://github.com/dbt-labs/dbt-snowflake/pull/688)) -- Update pip-tools requirement from ~=6.14 to ~=7.0 ([#692](https://github.com/dbt-labs/dbt-snowflake/pull/692)) -- Update ddtrace requirement from ~=1.16 to ~=1.17 ([#704](https://github.com/dbt-labs/dbt-snowflake/pull/704)) -- Update wheel requirement from ~=0.40 to ~=0.41 ([#706](https://github.com/dbt-labs/dbt-snowflake/pull/706)) -- Update flake8 requirement from ~=6.0 to ~=6.1 ([#714](https://github.com/dbt-labs/dbt-snowflake/pull/714)) -- Update pip-tools requirement from ~=7.0 to ~=7.1 ([#722](https://github.com/dbt-labs/dbt-snowflake/pull/722)) -- Update pip-tools requirement from ~=7.1 to ~=7.2 ([#723](https://github.com/dbt-labs/dbt-snowflake/pull/723)) -- Update tox requirement from ~=4.6 to ~=4.7 ([#730](https://github.com/dbt-labs/dbt-snowflake/pull/730)) -- Update pip-tools requirement from ~=7.2 to ~=7.3 ([#731](https://github.com/dbt-labs/dbt-snowflake/pull/731)) -- Bump mypy from 1.4.1 to 1.5.0 ([#733](https://github.com/dbt-labs/dbt-snowflake/pull/733)) -- Update tox requirement from ~=4.7 to ~=4.8 ([#744](https://github.com/dbt-labs/dbt-snowflake/pull/744)) -- Update ddtrace requirement from ~=1.17 to ~=1.18 ([#745](https://github.com/dbt-labs/dbt-snowflake/pull/745)) -- Update tox requirement from ~=4.8 to ~=4.9 ([#748](https://github.com/dbt-labs/dbt-snowflake/pull/748)) - -### Contributors -- [@danielefrigo](https://github.com/danielefrigo) ([#656](https://github.com/dbt-labs/dbt-snowflake/issues/656)) -- [@gabeschenz](https://github.com/gabeschenz) ([#619](https://github.com/dbt-labs/dbt-snowflake/issues/619)) -- [@julio-romero](https://github.com/julio-romero) ([#711](https://github.com/dbt-labs/dbt-snowflake/issues/711)) diff --git a/.changes/1.7.0-b2.md b/.changes/1.7.0-b2.md deleted file mode 100644 index f8f84cde1..000000000 --- a/.changes/1.7.0-b2.md +++ /dev/null @@ -1,22 +0,0 @@ -## dbt-snowflake 1.7.0-b2 - September 15, 2023 - -### Fixes - -- remove senesitive creds from dbt debug stdout ([#754](https://github.com/dbt-labs/dbt-snowflake/issues/754)) -- changes expected value types to AnyInteger to take into account changes in core ([#762](https://github.com/dbt-labs/dbt-snowflake/issues/762)) -- Fixing comment on syntax for dynamic tables ([#769](https://github.com/dbt-labs/dbt-snowflake/issues/769)) - -### Under the Hood - -- Restructure macros files - move relation ddl statements into separate files and directories ([#750](https://github.com/dbt-labs/dbt-snowflake/issues/750)) - -### Dependencies - -- Bump mypy from 1.5.0 to 1.5.1 ([#749](https://github.com/dbt-labs/dbt-snowflake/pull/749)) -- Update tox requirement from ~=4.9 to ~=4.10 ([#752](https://github.com/dbt-labs/dbt-snowflake/pull/752)) -- Update tox requirement from ~=4.10 to ~=4.11 ([#759](https://github.com/dbt-labs/dbt-snowflake/pull/759)) -- Update pre-commit requirement from ~=3.3 to ~=3.4 ([#760](https://github.com/dbt-labs/dbt-snowflake/pull/760)) -- Update black requirement from ~=23.7 to ~=23.9 ([#765](https://github.com/dbt-labs/dbt-snowflake/pull/765)) - -### Contributors -- [@kaarthik108](https://github.com/kaarthik108) ([#769](https://github.com/dbt-labs/dbt-snowflake/issues/769)) diff --git a/.changes/1.7.0/Dependencies-20230711-123517.yaml b/.changes/1.7.0/Dependencies-20230711-123517.yaml deleted file mode 100644 index a7d964540..000000000 --- a/.changes/1.7.0/Dependencies-20230711-123517.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update black requirement from ~=23.3 to ~=23.7" -time: 2023-07-11T12:35:17.00000Z -custom: - Author: dependabot[bot] - PR: 688 diff --git a/.changes/1.7.0/Dependencies-20230717-121543.yaml b/.changes/1.7.0/Dependencies-20230717-121543.yaml deleted file mode 100644 index 9ef607863..000000000 --- a/.changes/1.7.0/Dependencies-20230717-121543.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update pip-tools requirement from ~=6.14 to ~=7.0" -time: 2023-07-17T12:15:43.00000Z -custom: - Author: dependabot[bot] - PR: 692 diff --git a/.changes/1.7.0/Dependencies-20230721-130136.yaml b/.changes/1.7.0/Dependencies-20230721-130136.yaml deleted file mode 100644 index 666fc3bfb..000000000 --- a/.changes/1.7.0/Dependencies-20230721-130136.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update ddtrace requirement from ~=1.16 to ~=1.17" -time: 2023-07-21T13:01:36.00000Z -custom: - Author: dependabot[bot] - PR: 704 diff --git a/.changes/1.7.0/Dependencies-20230724-123845.yaml b/.changes/1.7.0/Dependencies-20230724-123845.yaml deleted file mode 100644 index 9166c85fb..000000000 --- a/.changes/1.7.0/Dependencies-20230724-123845.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update wheel requirement from ~=0.40 to ~=0.41" -time: 2023-07-24T12:38:45.00000Z -custom: - Author: dependabot[bot] - PR: 706 diff --git a/.changes/1.7.0/Dependencies-20230731-121631.yaml b/.changes/1.7.0/Dependencies-20230731-121631.yaml deleted file mode 100644 index b154c26cd..000000000 --- a/.changes/1.7.0/Dependencies-20230731-121631.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update flake8 requirement from ~=6.0 to ~=6.1" -time: 2023-07-31T12:16:31.00000Z -custom: - Author: dependabot[bot] - PR: 714 diff --git a/.changes/1.7.0/Dependencies-20230802-221810.yaml b/.changes/1.7.0/Dependencies-20230802-221810.yaml deleted file mode 100644 index fe9c7917b..000000000 --- a/.changes/1.7.0/Dependencies-20230802-221810.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update pip-tools requirement from ~=7.0 to ~=7.1" -time: 2023-08-02T22:18:10.00000Z -custom: - Author: dependabot[bot] - PR: 722 diff --git a/.changes/1.7.0/Dependencies-20230803-131336.yaml b/.changes/1.7.0/Dependencies-20230803-131336.yaml deleted file mode 100644 index 708a050f1..000000000 --- a/.changes/1.7.0/Dependencies-20230803-131336.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update pip-tools requirement from ~=7.1 to ~=7.2" -time: 2023-08-03T13:13:36.00000Z -custom: - Author: dependabot[bot] - PR: 723 diff --git a/.changes/1.7.0/Dependencies-20230809-130151.yaml b/.changes/1.7.0/Dependencies-20230809-130151.yaml deleted file mode 100644 index 8227f2647..000000000 --- a/.changes/1.7.0/Dependencies-20230809-130151.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update tox requirement from ~=4.6 to ~=4.7" -time: 2023-08-09T13:01:51.00000Z -custom: - Author: dependabot[bot] - PR: 730 diff --git a/.changes/1.7.0/Dependencies-20230809-130216.yaml b/.changes/1.7.0/Dependencies-20230809-130216.yaml deleted file mode 100644 index 494a50a26..000000000 --- a/.changes/1.7.0/Dependencies-20230809-130216.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update pip-tools requirement from ~=7.2 to ~=7.3" -time: 2023-08-09T13:02:16.00000Z -custom: - Author: dependabot[bot] - PR: 731 diff --git a/.changes/1.7.0/Dependencies-20230810-124706.yaml b/.changes/1.7.0/Dependencies-20230810-124706.yaml deleted file mode 100644 index e54416457..000000000 --- a/.changes/1.7.0/Dependencies-20230810-124706.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Bump mypy from 1.4.1 to 1.5.0" -time: 2023-08-10T12:47:06.00000Z -custom: - Author: dependabot[bot] - PR: 733 diff --git a/.changes/1.7.0/Dependencies-20230814-125402.yaml b/.changes/1.7.0/Dependencies-20230814-125402.yaml deleted file mode 100644 index e7b5f931b..000000000 --- a/.changes/1.7.0/Dependencies-20230814-125402.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update tox requirement from ~=4.7 to ~=4.8" -time: 2023-08-14T12:54:02.00000Z -custom: - Author: dependabot[bot] - PR: 744 diff --git a/.changes/1.7.0/Dependencies-20230814-125450.yaml b/.changes/1.7.0/Dependencies-20230814-125450.yaml deleted file mode 100644 index d510da321..000000000 --- a/.changes/1.7.0/Dependencies-20230814-125450.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update ddtrace requirement from ~=1.17 to ~=1.18" -time: 2023-08-14T12:54:50.00000Z -custom: - Author: dependabot[bot] - PR: 745 diff --git a/.changes/1.7.0/Dependencies-20230817-121646.yaml b/.changes/1.7.0/Dependencies-20230817-121646.yaml deleted file mode 100644 index f65ba7790..000000000 --- a/.changes/1.7.0/Dependencies-20230817-121646.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update tox requirement from ~=4.8 to ~=4.9" -time: 2023-08-17T12:16:46.00000Z -custom: - Author: dependabot[bot] - PR: 748 diff --git a/.changes/1.7.0/Dependencies-20230817-121652.yaml b/.changes/1.7.0/Dependencies-20230817-121652.yaml deleted file mode 100644 index 9f7440852..000000000 --- a/.changes/1.7.0/Dependencies-20230817-121652.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Bump mypy from 1.5.0 to 1.5.1" -time: 2023-08-17T12:16:52.00000Z -custom: - Author: dependabot[bot] - PR: 749 diff --git a/.changes/1.7.0/Dependencies-20230822-120421.yaml b/.changes/1.7.0/Dependencies-20230822-120421.yaml deleted file mode 100644 index 30cdfa38c..000000000 --- a/.changes/1.7.0/Dependencies-20230822-120421.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update tox requirement from ~=4.9 to ~=4.10" -time: 2023-08-22T12:04:21.00000Z -custom: - Author: dependabot[bot] - PR: 752 diff --git a/.changes/1.7.0/Dependencies-20230830-125448.yaml b/.changes/1.7.0/Dependencies-20230830-125448.yaml deleted file mode 100644 index a0ca197ba..000000000 --- a/.changes/1.7.0/Dependencies-20230830-125448.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update tox requirement from ~=4.10 to ~=4.11" -time: 2023-08-30T12:54:48.00000Z -custom: - Author: dependabot[bot] - PR: 759 diff --git a/.changes/1.7.0/Dependencies-20230904-121823.yaml b/.changes/1.7.0/Dependencies-20230904-121823.yaml deleted file mode 100644 index 14ef931b4..000000000 --- a/.changes/1.7.0/Dependencies-20230904-121823.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update pre-commit requirement from ~=3.3 to ~=3.4" -time: 2023-09-04T12:18:23.00000Z -custom: - Author: dependabot[bot] - PR: 760 diff --git a/.changes/1.7.0/Dependencies-20230911-122237.yaml b/.changes/1.7.0/Dependencies-20230911-122237.yaml deleted file mode 100644 index 2c593b139..000000000 --- a/.changes/1.7.0/Dependencies-20230911-122237.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update black requirement from ~=23.7 to ~=23.9" -time: 2023-09-11T12:22:37.00000Z -custom: - Author: dependabot[bot] - PR: 765 diff --git a/.changes/1.7.0/Fixes-20230626-132631.yaml b/.changes/1.7.0/Fixes-20230626-132631.yaml deleted file mode 100644 index c0594e5a2..000000000 --- a/.changes/1.7.0/Fixes-20230626-132631.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Incremental materialization with "append" strategy does not wrap dml with explicit - transaction -time: 2023-06-26T13:26:31.575359809Z -custom: - Author: danielefrigo - Issue: "656" diff --git a/.changes/1.7.0/Fixes-20230726-164729.yaml b/.changes/1.7.0/Fixes-20230726-164729.yaml deleted file mode 100644 index 031e5dfde..000000000 --- a/.changes/1.7.0/Fixes-20230726-164729.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fix `on_configuration_change` setting to properly recognize `continue` and `fail` -time: 2023-07-26T16:47:29.471437-04:00 -custom: - Author: mikealfare - Issue: "708" diff --git a/.changes/1.7.0/Fixes-20230804-175222.yaml b/.changes/1.7.0/Fixes-20230804-175222.yaml deleted file mode 100644 index b222b21ac..000000000 --- a/.changes/1.7.0/Fixes-20230804-175222.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Cancel all queries when terminating dbt -time: 2023-08-04T17:52:22.956964-06:00 -custom: - Author: julio-romero - Issue: "711" diff --git a/.changes/1.7.0/Fixes-20230810-154613.yaml b/.changes/1.7.0/Fixes-20230810-154613.yaml deleted file mode 100644 index e1794e899..000000000 --- a/.changes/1.7.0/Fixes-20230810-154613.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: change target_lag type to allow for downstream as a option -time: 2023-08-10T15:46:13.896057-05:00 -custom: - Author: McKnight-42 - Issue: "734" diff --git a/.changes/1.7.0/Fixes-20230810-163232.yaml b/.changes/1.7.0/Fixes-20230810-163232.yaml deleted file mode 100644 index 80643d93f..000000000 --- a/.changes/1.7.0/Fixes-20230810-163232.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: update snowflake_warehouse field for dynamic tables to be more accounted for -time: 2023-08-10T16:32:32.417917-05:00 -custom: - Author: McKnight-42 - Issue: "735" diff --git a/.changes/1.7.0/Fixes-20230828-143834.yaml b/.changes/1.7.0/Fixes-20230828-143834.yaml deleted file mode 100644 index 793b2b65c..000000000 --- a/.changes/1.7.0/Fixes-20230828-143834.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: remove senesitive creds from dbt debug stdout -time: 2023-08-28T14:38:34.380646-05:00 -custom: - Author: McKnight-42 - Issue: "754" diff --git a/.changes/1.7.0/Fixes-20230907-153305.yaml b/.changes/1.7.0/Fixes-20230907-153305.yaml deleted file mode 100644 index 23b10daf7..000000000 --- a/.changes/1.7.0/Fixes-20230907-153305.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: changes expected value types to AnyInteger to take into account changes in core -time: 2023-09-07T15:33:05.133868-05:00 -custom: - Author: McKnight-42 - Issue: "762" diff --git a/.changes/1.7.0/Fixes-20230914-110800.yaml b/.changes/1.7.0/Fixes-20230914-110800.yaml deleted file mode 100644 index 3aa206a73..000000000 --- a/.changes/1.7.0/Fixes-20230914-110800.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fixing comment on syntax for dynamic tables -time: 2023-09-14T11:08:00.250684+12:00 -custom: - Author: kaarthik108 - Issue: '769' diff --git a/.changes/1.7.0/Under the Hood-20230621-144450.yaml b/.changes/1.7.0/Under the Hood-20230621-144450.yaml deleted file mode 100644 index 61538538c..000000000 --- a/.changes/1.7.0/Under the Hood-20230621-144450.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: add pem private key option -time: 2023-06-21T14:44:50.559665-05:00 -custom: - Author: gabeschenz - Issue: "619" diff --git a/.changes/1.7.0/Under the Hood-20230724-162947.yaml b/.changes/1.7.0/Under the Hood-20230724-162947.yaml deleted file mode 100644 index 59c0af110..000000000 --- a/.changes/1.7.0/Under the Hood-20230724-162947.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Update stale workflow to use the centralized version -time: 2023-07-24T16:29:47.135179-04:00 -custom: - Author: mikealfare - Issue: "707" diff --git a/.changes/1.7.0/Under the Hood-20230821-230921.yaml b/.changes/1.7.0/Under the Hood-20230821-230921.yaml deleted file mode 100644 index b19517caf..000000000 --- a/.changes/1.7.0/Under the Hood-20230821-230921.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: Restructure macros files - move relation ddl statements into separate files - and directories -time: 2023-08-21T23:09:21.317975-04:00 -custom: - Author: mikealfare - Issue: "750" diff --git a/.changes/unreleased/Features-20230822-234732.yaml b/.changes/unreleased/Features-20230822-234732.yaml deleted file mode 100644 index 297630745..000000000 --- a/.changes/unreleased/Features-20230822-234732.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Support replacing tables/views with dynamic tables and vice versa -time: 2023-08-22T23:47:32.27784-04:00 -custom: - Author: mikealfare - Issue: "753" diff --git a/.changes/unreleased/Features-20230829-152412.yaml b/.changes/unreleased/Features-20230829-152412.yaml deleted file mode 100644 index 364f755f3..000000000 --- a/.changes/unreleased/Features-20230829-152412.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Support limiting get_catalog by object name -time: 2023-08-29T15:24:12.649104-04:00 -custom: - Author: mikealfare - Issue: "758" diff --git a/.changes/unreleased/Features-20230915-091507.yaml b/.changes/unreleased/Features-20230915-091507.yaml deleted file mode 100644 index 7a5fc3a54..000000000 --- a/.changes/unreleased/Features-20230915-091507.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Redact cases where raw data can be leaked logs -time: 2023-09-15T09:15:07.430443+10:00 -custom: - Author: jaypeedevlin - Issue: "772" diff --git a/.changes/unreleased/Features-20230919-171047.yaml b/.changes/unreleased/Features-20230919-171047.yaml deleted file mode 100644 index 744c16e84..000000000 --- a/.changes/unreleased/Features-20230919-171047.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Support storing test failures as views -time: 2023-09-19T17:10:47.516098-04:00 -custom: - Author: mikealfare - Issue: "6914" diff --git a/.changes/unreleased/Features-20231008-195410.yaml b/.changes/unreleased/Features-20231008-195410.yaml deleted file mode 100644 index fac7167e0..000000000 --- a/.changes/unreleased/Features-20231008-195410.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Add support for checking table-last-modified by metadata -time: 2023-10-08T19:54:10.503476-04:00 -custom: - Author: peterallenwebb - Issue: "785" diff --git a/.changes/unreleased/Fixes-20230918-105721.yaml b/.changes/unreleased/Fixes-20230918-105721.yaml deleted file mode 100644 index a0bd9eee6..000000000 --- a/.changes/unreleased/Fixes-20230918-105721.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Make python models use transient config -time: 2023-09-18T10:57:21.113134+12:00 -custom: - Author: jeremyyeo - Issue: "776" diff --git a/.changes/unreleased/Fixes-20231002-144648.yaml b/.changes/unreleased/Fixes-20231002-144648.yaml deleted file mode 100644 index 6acb28c8a..000000000 --- a/.changes/unreleased/Fixes-20231002-144648.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Fix the alter syntax on column for dynamic table -time: 2023-10-02T14:46:48.980242+13:00 -custom: - Author: kaarthik108 - Issue: "769" diff --git a/.changes/unreleased/Under the Hood-20230925-120144.yaml b/.changes/unreleased/Under the Hood-20230925-120144.yaml deleted file mode 100644 index 717f415f2..000000000 --- a/.changes/unreleased/Under the Hood-20230925-120144.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: allow for adding snowflake-python-collector logs to dbt output -time: 2023-09-25T12:01:44.778426-07:00 -custom: - Author: colin-rogers-dbt - Issue: "768" diff --git a/.changes/unreleased/Under the Hood-20230925-144814.yaml b/.changes/unreleased/Under the Hood-20230925-144814.yaml deleted file mode 100644 index df7e17255..000000000 --- a/.changes/unreleased/Under the Hood-20230925-144814.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Add tests for inlined limit + sql_header in dbt show query -time: 2023-09-25T14:48:14.663178+01:00 -custom: - Author: michelleark - Issue: "786" diff --git a/.changes/unreleased/Under the Hood-20231010-182904.yaml b/.changes/unreleased/Under the Hood-20231010-182904.yaml deleted file mode 100644 index 2ea0b61eb..000000000 --- a/.changes/unreleased/Under the Hood-20231010-182904.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Remove manual refresh of dynamic table when created; Snowflake does this now -time: 2023-10-10T18:29:04.451038-04:00 -custom: - Author: mikealfare - Issue: "798" diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c0b8dcd1..8b6702b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,66 +5,6 @@ - "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/dbt-labs/dbt-snowflake/blob/main/CONTRIBUTING.md#adding-changelog-entry) -## dbt-snowflake 1.7.0-b2 - September 15, 2023 - -### Fixes - -- remove senesitive creds from dbt debug stdout ([#754](https://github.com/dbt-labs/dbt-snowflake/issues/754)) -- changes expected value types to AnyInteger to take into account changes in core ([#762](https://github.com/dbt-labs/dbt-snowflake/issues/762)) -- Fixing comment on syntax for dynamic tables ([#769](https://github.com/dbt-labs/dbt-snowflake/issues/769)) - -### Under the Hood - -- Restructure macros files - move relation ddl statements into separate files and directories ([#750](https://github.com/dbt-labs/dbt-snowflake/issues/750)) - -### Dependencies - -- Bump mypy from 1.5.0 to 1.5.1 ([#749](https://github.com/dbt-labs/dbt-snowflake/pull/749)) -- Update tox requirement from ~=4.9 to ~=4.10 ([#752](https://github.com/dbt-labs/dbt-snowflake/pull/752)) -- Update tox requirement from ~=4.10 to ~=4.11 ([#759](https://github.com/dbt-labs/dbt-snowflake/pull/759)) -- Update pre-commit requirement from ~=3.3 to ~=3.4 ([#760](https://github.com/dbt-labs/dbt-snowflake/pull/760)) -- Update black requirement from ~=23.7 to ~=23.9 ([#765](https://github.com/dbt-labs/dbt-snowflake/pull/765)) - -### Contributors -- [@kaarthik108](https://github.com/kaarthik108) ([#769](https://github.com/dbt-labs/dbt-snowflake/issues/769)) - - -## dbt-snowflake 1.7.0-b1 - August 17, 2023 - -### Fixes - -- Incremental materialization with "append" strategy does not wrap dml with explicit transaction ([#656](https://github.com/dbt-labs/dbt-snowflake/issues/656)) -- Fix `on_configuration_change` setting to properly recognize `continue` and `fail` ([#708](https://github.com/dbt-labs/dbt-snowflake/issues/708)) -- Cancel all queries when terminating dbt ([#711](https://github.com/dbt-labs/dbt-snowflake/issues/711)) -- change target_lag type to allow for downstream as a option ([#734](https://github.com/dbt-labs/dbt-snowflake/issues/734)) -- update snowflake_warehouse field for dynamic tables to be more accounted for ([#735](https://github.com/dbt-labs/dbt-snowflake/issues/735)) - -### Under the Hood - -- add pem private key option ([#619](https://github.com/dbt-labs/dbt-snowflake/issues/619)) -- Update stale workflow to use the centralized version ([#707](https://github.com/dbt-labs/dbt-snowflake/issues/707)) - -### Dependencies - -- Update black requirement from ~=23.3 to ~=23.7 ([#688](https://github.com/dbt-labs/dbt-snowflake/pull/688)) -- Update pip-tools requirement from ~=6.14 to ~=7.0 ([#692](https://github.com/dbt-labs/dbt-snowflake/pull/692)) -- Update ddtrace requirement from ~=1.16 to ~=1.17 ([#704](https://github.com/dbt-labs/dbt-snowflake/pull/704)) -- Update wheel requirement from ~=0.40 to ~=0.41 ([#706](https://github.com/dbt-labs/dbt-snowflake/pull/706)) -- Update flake8 requirement from ~=6.0 to ~=6.1 ([#714](https://github.com/dbt-labs/dbt-snowflake/pull/714)) -- Update pip-tools requirement from ~=7.0 to ~=7.1 ([#722](https://github.com/dbt-labs/dbt-snowflake/pull/722)) -- Update pip-tools requirement from ~=7.1 to ~=7.2 ([#723](https://github.com/dbt-labs/dbt-snowflake/pull/723)) -- Update tox requirement from ~=4.6 to ~=4.7 ([#730](https://github.com/dbt-labs/dbt-snowflake/pull/730)) -- Update pip-tools requirement from ~=7.2 to ~=7.3 ([#731](https://github.com/dbt-labs/dbt-snowflake/pull/731)) -- Bump mypy from 1.4.1 to 1.5.0 ([#733](https://github.com/dbt-labs/dbt-snowflake/pull/733)) -- Update tox requirement from ~=4.7 to ~=4.8 ([#744](https://github.com/dbt-labs/dbt-snowflake/pull/744)) -- Update ddtrace requirement from ~=1.17 to ~=1.18 ([#745](https://github.com/dbt-labs/dbt-snowflake/pull/745)) -- Update tox requirement from ~=4.8 to ~=4.9 ([#748](https://github.com/dbt-labs/dbt-snowflake/pull/748)) - -### Contributors -- [@danielefrigo](https://github.com/danielefrigo) ([#656](https://github.com/dbt-labs/dbt-snowflake/issues/656)) -- [@gabeschenz](https://github.com/gabeschenz) ([#619](https://github.com/dbt-labs/dbt-snowflake/issues/619)) -- [@julio-romero](https://github.com/julio-romero) ([#711](https://github.com/dbt-labs/dbt-snowflake/issues/711)) - ## Previous Releases For information on prior major and minor releases, see their changelogs: - [1.6](https://github.com/dbt-labs/dbt-snowflake/blob/1.6.latest/CHANGELOG.md) diff --git a/dbt/adapters/snowflake/__version__.py b/dbt/adapters/snowflake/__version__.py index 3f5d3c0b7..f15b401d1 100644 --- a/dbt/adapters/snowflake/__version__.py +++ b/dbt/adapters/snowflake/__version__.py @@ -1 +1 @@ -version = "1.7.0b2" +version = "1.8.0a1" diff --git a/setup.py b/setup.py index c11ef3654..0eaf4fb9a 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def _get_dbt_core_version(): package_name = "dbt-snowflake" -package_version = "1.7.0b2" +package_version = "1.8.0a1" dbt_core_version = _get_dbt_core_version() description = """The Snowflake adapter plugin for dbt"""