From 3047a08a4759bc18c01c983216dcc02e82c106e9 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Mon, 2 Oct 2023 17:49:51 +0000 Subject: [PATCH] [create-pull-request] automated change --- .bumpversion.cfg | 2 +- .changes/1.7.0-b2.md | 27 +++++++++++++++++ .../Dependencies-20230628-121341.yaml | 0 .../Dependencies-20230816-221452.yaml | 0 .../Dependencies-20230816-221455.yaml | 0 .../Dependencies-20230825-154517.yaml | 0 .../Dependencies-20230904-221612.yaml | 0 .../Dependencies-20230911-222120.yaml | 0 .../Dependencies-20230912-222718.yaml | 0 .../Features-20230817-130731.yaml | 0 .../Security-20230817-145626.yaml | 0 .../Under the Hood-20230830-160616.yaml | 0 CHANGELOG.md | 30 ++++++++++++++++++- dbt/adapters/spark/__version__.py | 2 +- setup.py | 2 +- 15 files changed, 59 insertions(+), 4 deletions(-) create mode 100644 .changes/1.7.0-b2.md rename .changes/{unreleased => 1.7.0}/Dependencies-20230628-121341.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230816-221452.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230816-221455.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230825-154517.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230904-221612.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230911-222120.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230912-222718.yaml (100%) rename .changes/{unreleased => 1.7.0}/Features-20230817-130731.yaml (100%) rename .changes/{unreleased => 1.7.0}/Security-20230817-145626.yaml (100%) rename .changes/{unreleased => 1.7.0}/Under the Hood-20230830-160616.yaml (100%) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2d884a7e3..dbd792cdd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.0b1 +current_version = 1.7.0b2 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.7.0-b2.md b/.changes/1.7.0-b2.md new file mode 100644 index 000000000..1f2676536 --- /dev/null +++ b/.changes/1.7.0-b2.md @@ -0,0 +1,27 @@ +## dbt-spark 1.7.0-b2 - October 02, 2023 + +### Features + +- Persist Column level comments when creating views ([#372](https://github.com/dbt-labs/dbt-spark/issues/372)) + +### Under the Hood + +- Remove dependency on hologram ([#881](https://github.com/dbt-labs/dbt-spark/issues/881)) + +### Dependencies + +- Replace sasl with pure-sasl for PyHive ([#818](https://github.com/dbt-labs/dbt-spark/pull/818)) +- Update tox requirement from ~=4.8 to ~=4.9 ([#874](https://github.com/dbt-labs/dbt-spark/pull/874)) +- Bump mypy from 1.5.0 to 1.5.1 ([#875](https://github.com/dbt-labs/dbt-spark/pull/875)) +- Update tox requirement from ~=4.9 to ~=4.10 ([#879](https://github.com/dbt-labs/dbt-spark/pull/879)) +- Update pre-commit requirement from ~=3.3 to ~=3.4 ([#884](https://github.com/dbt-labs/dbt-spark/pull/884)) +- Update black requirement from ~=23.7 to ~=23.9 ([#886](https://github.com/dbt-labs/dbt-spark/pull/886)) +- Update tox requirement from ~=4.10 to ~=4.11 ([#887](https://github.com/dbt-labs/dbt-spark/pull/887)) + +### Security + +- Add docker image to the repo ([#876](https://github.com/dbt-labs/dbt-spark/pull/876)) + +### Contributors +- [@Fokko](https://github.com/Fokko) ([#876](https://github.com/dbt-labs/dbt-spark/pull/876)) +- [@jurasan](https://github.com/jurasan) ([#372](https://github.com/dbt-labs/dbt-spark/issues/372)) diff --git a/.changes/unreleased/Dependencies-20230628-121341.yaml b/.changes/1.7.0/Dependencies-20230628-121341.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230628-121341.yaml rename to .changes/1.7.0/Dependencies-20230628-121341.yaml diff --git a/.changes/unreleased/Dependencies-20230816-221452.yaml b/.changes/1.7.0/Dependencies-20230816-221452.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230816-221452.yaml rename to .changes/1.7.0/Dependencies-20230816-221452.yaml diff --git a/.changes/unreleased/Dependencies-20230816-221455.yaml b/.changes/1.7.0/Dependencies-20230816-221455.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230816-221455.yaml rename to .changes/1.7.0/Dependencies-20230816-221455.yaml diff --git a/.changes/unreleased/Dependencies-20230825-154517.yaml b/.changes/1.7.0/Dependencies-20230825-154517.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230825-154517.yaml rename to .changes/1.7.0/Dependencies-20230825-154517.yaml diff --git a/.changes/unreleased/Dependencies-20230904-221612.yaml b/.changes/1.7.0/Dependencies-20230904-221612.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230904-221612.yaml rename to .changes/1.7.0/Dependencies-20230904-221612.yaml diff --git a/.changes/unreleased/Dependencies-20230911-222120.yaml b/.changes/1.7.0/Dependencies-20230911-222120.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230911-222120.yaml rename to .changes/1.7.0/Dependencies-20230911-222120.yaml diff --git a/.changes/unreleased/Dependencies-20230912-222718.yaml b/.changes/1.7.0/Dependencies-20230912-222718.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230912-222718.yaml rename to .changes/1.7.0/Dependencies-20230912-222718.yaml diff --git a/.changes/unreleased/Features-20230817-130731.yaml b/.changes/1.7.0/Features-20230817-130731.yaml similarity index 100% rename from .changes/unreleased/Features-20230817-130731.yaml rename to .changes/1.7.0/Features-20230817-130731.yaml diff --git a/.changes/unreleased/Security-20230817-145626.yaml b/.changes/1.7.0/Security-20230817-145626.yaml similarity index 100% rename from .changes/unreleased/Security-20230817-145626.yaml rename to .changes/1.7.0/Security-20230817-145626.yaml diff --git a/.changes/unreleased/Under the Hood-20230830-160616.yaml b/.changes/1.7.0/Under the Hood-20230830-160616.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20230830-160616.yaml rename to .changes/1.7.0/Under the Hood-20230830-160616.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 583cdd61b..362976a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,35 @@ - "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-spark/blob/main/CONTRIBUTING.md#adding-changelog-entry) +## dbt-spark 1.7.0-b2 - October 02, 2023 + +### Features + +- Persist Column level comments when creating views ([#372](https://github.com/dbt-labs/dbt-spark/issues/372)) + +### Under the Hood + +- Remove dependency on hologram ([#881](https://github.com/dbt-labs/dbt-spark/issues/881)) + +### Dependencies + +- Replace sasl with pure-sasl for PyHive ([#818](https://github.com/dbt-labs/dbt-spark/pull/818)) +- Update tox requirement from ~=4.8 to ~=4.9 ([#874](https://github.com/dbt-labs/dbt-spark/pull/874)) +- Bump mypy from 1.5.0 to 1.5.1 ([#875](https://github.com/dbt-labs/dbt-spark/pull/875)) +- Update tox requirement from ~=4.9 to ~=4.10 ([#879](https://github.com/dbt-labs/dbt-spark/pull/879)) +- Update pre-commit requirement from ~=3.3 to ~=3.4 ([#884](https://github.com/dbt-labs/dbt-spark/pull/884)) +- Update black requirement from ~=23.7 to ~=23.9 ([#886](https://github.com/dbt-labs/dbt-spark/pull/886)) +- Update tox requirement from ~=4.10 to ~=4.11 ([#887](https://github.com/dbt-labs/dbt-spark/pull/887)) + +### Security + +- Add docker image to the repo ([#876](https://github.com/dbt-labs/dbt-spark/pull/876)) + +### Contributors +- [@Fokko](https://github.com/Fokko) ([#876](https://github.com/dbt-labs/dbt-spark/pull/876)) +- [@jurasan](https://github.com/jurasan) ([#372](https://github.com/dbt-labs/dbt-spark/issues/372)) + + ## dbt-spark 1.7.0-b1 - August 17, 2023 ### Features @@ -53,7 +82,6 @@ - [@etheleon](https://github.com/etheleon) ([#865](https://github.com/dbt-labs/dbt-spark/issues/865)) - [@hanna-liashchuk](https://github.com/hanna-liashchuk) ([#387](https://github.com/dbt-labs/dbt-spark/issues/387)) - ## Previous Releases For information on prior major and minor releases, see their changelogs: - [1.6](https://github.com/dbt-labs/dbt-spark/blob/1.6.latest/CHANGELOG.md) diff --git a/dbt/adapters/spark/__version__.py b/dbt/adapters/spark/__version__.py index 48607b01f..3f5d3c0b7 100644 --- a/dbt/adapters/spark/__version__.py +++ b/dbt/adapters/spark/__version__.py @@ -1 +1 @@ -version = "1.7.0b1" +version = "1.7.0b2" diff --git a/setup.py b/setup.py index 2ac9e63c1..088e5f87d 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def _get_dbt_core_version(): package_name = "dbt-spark" -package_version = "1.7.0b1" +package_version = "1.7.0b2" dbt_core_version = _get_dbt_core_version() description = """The Apache Spark adapter plugin for dbt"""