From 31a3c794324226dcdd55bb7dc3c2dc767d7704ce Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Thu, 17 Aug 2023 21:15:49 +0000 Subject: [PATCH] [create-pull-request] automated change --- .bumpversion.cfg | 2 +- .changes/1.7.0-b1.md | 47 ++++++++++++++++++ .../Dependencies-20230424-230630.yaml | 0 .../Dependencies-20230424-230645.yaml | 0 .../Dependencies-20230501-231003.yaml | 0 .../Dependencies-20230501-231035.yaml | 0 .../Dependencies-20230510-230725.yaml | 0 .../Dependencies-20230803-224622.yaml | 0 .../Dependencies-20230803-224623.yaml | 0 .../Dependencies-20230803-224626.yaml | 0 .../Dependencies-20230803-224629.yaml | 0 .../Dependencies-20230804-225232.yaml | 0 .../Dependencies-20230804-225236.yaml | 0 .../Dependencies-20230804-225243.yaml | 0 .../Dependencies-20230804-225249.yaml | 0 .../Dependencies-20230807-221033.yaml | 0 .../Dependencies-20230807-221037.yaml | 0 .../Dependencies-20230809-043913.yaml | 0 .../Dependencies-20230811-221135.yaml | 0 .../Dependencies-20230814-224754.yaml | 0 .../Dependencies-20230814-224757.yaml | 0 .../Features-20221229-200956.yaml | 0 .../Features-20230707-104150.yaml | 0 .../Features-20230707-113337.yaml | 0 .../Features-20230707-114650.yaml | 0 .../Features-20230707-135442.yaml | 0 .../Fixes-20230517-142331.yaml | 0 .../Fixes-20230810-014122.yaml | 0 .../Under the Hood-20230724-165508.yaml | 0 CHANGELOG.md | 49 +++++++++++++++++++ dbt/adapters/spark/__version__.py | 2 +- setup.py | 2 +- 32 files changed, 99 insertions(+), 3 deletions(-) create mode 100644 .changes/1.7.0-b1.md rename .changes/{unreleased => 1.7.0}/Dependencies-20230424-230630.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230424-230645.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230501-231003.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230501-231035.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230510-230725.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230803-224622.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230803-224623.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230803-224626.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230803-224629.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230804-225232.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230804-225236.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230804-225243.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230804-225249.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230807-221033.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230807-221037.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230809-043913.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230811-221135.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230814-224754.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230814-224757.yaml (100%) rename .changes/{unreleased => 1.7.0}/Features-20221229-200956.yaml (100%) rename .changes/{unreleased => 1.7.0}/Features-20230707-104150.yaml (100%) rename .changes/{unreleased => 1.7.0}/Features-20230707-113337.yaml (100%) rename .changes/{unreleased => 1.7.0}/Features-20230707-114650.yaml (100%) rename .changes/{unreleased => 1.7.0}/Features-20230707-135442.yaml (100%) rename .changes/{unreleased => 1.7.0}/Fixes-20230517-142331.yaml (100%) rename .changes/{unreleased => 1.7.0}/Fixes-20230810-014122.yaml (100%) rename .changes/{unreleased => 1.7.0}/Under the Hood-20230724-165508.yaml (100%) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3b3101552..2d884a7e3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.0a1 +current_version = 1.7.0b1 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 new file mode 100644 index 000000000..c2ee24afb --- /dev/null +++ b/.changes/1.7.0-b1.md @@ -0,0 +1,47 @@ +## dbt-spark 1.7.0-b1 - August 17, 2023 + +### Features + +- Support server side parameters in thrift connection ([#387](https://github.com/dbt-labs/dbt-spark/issues/387)) +- Support server_side_parameters for Spark session connection method ([#690](https://github.com/dbt-labs/dbt-spark/issues/690)) +- Add server_side_parameters to HTTP connection method ([#824](https://github.com/dbt-labs/dbt-spark/issues/824)) +- Enforce server side parameters keys and values to be strings ([#826](https://github.com/dbt-labs/dbt-spark/issues/826)) +- Add SessionConnectionWrapper ([#829](https://github.com/dbt-labs/dbt-spark/issues/829)) + +### Fixes + +- Wrap AnalysisException into DbtRuntimeError ([#782](https://github.com/dbt-labs/dbt-spark/issues/782)) +- include tblproperties macro in adapters.sql create table ([#865](https://github.com/dbt-labs/dbt-spark/issues/865)) + +### Under the Hood + +- Update stale workflow to use centralized version ([#842](https://github.com/dbt-labs/dbt-spark/issues/842)) + +### Dependencies + +- Update tox requirement from ~=3.0 to ~=4.5 ([#741](https://github.com/dbt-labs/dbt-spark/pull/741)) +- Update pyodbc requirement from ~=4.0.30 to ~=4.0.39 ([#742](https://github.com/dbt-labs/dbt-spark/pull/742)) +- Update pre-commit requirement from ~=2.21 to ~=3.3 ([#748](https://github.com/dbt-labs/dbt-spark/pull/748)) +- Update types-requests requirement from ~=2.28 to ~=2.29 ([#749](https://github.com/dbt-labs/dbt-spark/pull/749)) +- Bump mypy from 1.2.0 to 1.3.0 ([#768](https://github.com/dbt-labs/dbt-spark/pull/768)) +- Update flake8 requirement from ~=6.0 to ~=6.1 ([#849](https://github.com/dbt-labs/dbt-spark/pull/849)) +- Update types-requests requirement from ~=2.29 to ~=2.31 ([#850](https://github.com/dbt-labs/dbt-spark/pull/850)) +- Update pytest-xdist requirement from ~=3.2 to ~=3.3 ([#851](https://github.com/dbt-labs/dbt-spark/pull/851)) +- Update pytest requirement from ~=7.3 to ~=7.4 ([#852](https://github.com/dbt-labs/dbt-spark/pull/852)) +- Update pip-tools requirement from ~=6.13 to ~=7.2 ([#856](https://github.com/dbt-labs/dbt-spark/pull/856)) +- Update black requirement from ~=23.3 to ~=23.7 ([#857](https://github.com/dbt-labs/dbt-spark/pull/857)) +- Update wheel requirement from ~=0.40 to ~=0.41 ([#858](https://github.com/dbt-labs/dbt-spark/pull/858)) +- Update mock requirement from ~=5.0 to ~=5.1 ([#859](https://github.com/dbt-labs/dbt-spark/pull/859)) +- Bump mypy from 1.3.0 to 1.4.1 ([#860](https://github.com/dbt-labs/dbt-spark/pull/860)) +- Update tox requirement from ~=4.5 to ~=4.6 ([#861](https://github.com/dbt-labs/dbt-spark/pull/861)) +- Update pip-tools requirement from ~=7.2 to ~=7.3 ([#863](https://github.com/dbt-labs/dbt-spark/pull/863)) +- Update tox requirement from ~=4.6 to ~=4.7 ([#867](https://github.com/dbt-labs/dbt-spark/pull/867)) +- Update tox requirement from ~=4.7 to ~=4.8 ([#871](https://github.com/dbt-labs/dbt-spark/pull/871)) +- Bump mypy from 1.4.1 to 1.5.0 ([#872](https://github.com/dbt-labs/dbt-spark/pull/872)) + +### Contributors +- [@Fokko](https://github.com/Fokko) ([#829](https://github.com/dbt-labs/dbt-spark/issues/829), [#782](https://github.com/dbt-labs/dbt-spark/issues/782)) +- [@Fokko,JCZuurmond](https://github.com/Fokko,JCZuurmond) ([#824](https://github.com/dbt-labs/dbt-spark/issues/824), [#826](https://github.com/dbt-labs/dbt-spark/issues/826)) +- [@alarocca-apixio](https://github.com/alarocca-apixio) ([#690](https://github.com/dbt-labs/dbt-spark/issues/690)) +- [@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)) diff --git a/.changes/unreleased/Dependencies-20230424-230630.yaml b/.changes/1.7.0/Dependencies-20230424-230630.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230424-230630.yaml rename to .changes/1.7.0/Dependencies-20230424-230630.yaml diff --git a/.changes/unreleased/Dependencies-20230424-230645.yaml b/.changes/1.7.0/Dependencies-20230424-230645.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230424-230645.yaml rename to .changes/1.7.0/Dependencies-20230424-230645.yaml diff --git a/.changes/unreleased/Dependencies-20230501-231003.yaml b/.changes/1.7.0/Dependencies-20230501-231003.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230501-231003.yaml rename to .changes/1.7.0/Dependencies-20230501-231003.yaml diff --git a/.changes/unreleased/Dependencies-20230501-231035.yaml b/.changes/1.7.0/Dependencies-20230501-231035.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230501-231035.yaml rename to .changes/1.7.0/Dependencies-20230501-231035.yaml diff --git a/.changes/unreleased/Dependencies-20230510-230725.yaml b/.changes/1.7.0/Dependencies-20230510-230725.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230510-230725.yaml rename to .changes/1.7.0/Dependencies-20230510-230725.yaml diff --git a/.changes/unreleased/Dependencies-20230803-224622.yaml b/.changes/1.7.0/Dependencies-20230803-224622.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230803-224622.yaml rename to .changes/1.7.0/Dependencies-20230803-224622.yaml diff --git a/.changes/unreleased/Dependencies-20230803-224623.yaml b/.changes/1.7.0/Dependencies-20230803-224623.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230803-224623.yaml rename to .changes/1.7.0/Dependencies-20230803-224623.yaml diff --git a/.changes/unreleased/Dependencies-20230803-224626.yaml b/.changes/1.7.0/Dependencies-20230803-224626.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230803-224626.yaml rename to .changes/1.7.0/Dependencies-20230803-224626.yaml diff --git a/.changes/unreleased/Dependencies-20230803-224629.yaml b/.changes/1.7.0/Dependencies-20230803-224629.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230803-224629.yaml rename to .changes/1.7.0/Dependencies-20230803-224629.yaml diff --git a/.changes/unreleased/Dependencies-20230804-225232.yaml b/.changes/1.7.0/Dependencies-20230804-225232.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230804-225232.yaml rename to .changes/1.7.0/Dependencies-20230804-225232.yaml diff --git a/.changes/unreleased/Dependencies-20230804-225236.yaml b/.changes/1.7.0/Dependencies-20230804-225236.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230804-225236.yaml rename to .changes/1.7.0/Dependencies-20230804-225236.yaml diff --git a/.changes/unreleased/Dependencies-20230804-225243.yaml b/.changes/1.7.0/Dependencies-20230804-225243.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230804-225243.yaml rename to .changes/1.7.0/Dependencies-20230804-225243.yaml diff --git a/.changes/unreleased/Dependencies-20230804-225249.yaml b/.changes/1.7.0/Dependencies-20230804-225249.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230804-225249.yaml rename to .changes/1.7.0/Dependencies-20230804-225249.yaml diff --git a/.changes/unreleased/Dependencies-20230807-221033.yaml b/.changes/1.7.0/Dependencies-20230807-221033.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230807-221033.yaml rename to .changes/1.7.0/Dependencies-20230807-221033.yaml diff --git a/.changes/unreleased/Dependencies-20230807-221037.yaml b/.changes/1.7.0/Dependencies-20230807-221037.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230807-221037.yaml rename to .changes/1.7.0/Dependencies-20230807-221037.yaml diff --git a/.changes/unreleased/Dependencies-20230809-043913.yaml b/.changes/1.7.0/Dependencies-20230809-043913.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230809-043913.yaml rename to .changes/1.7.0/Dependencies-20230809-043913.yaml diff --git a/.changes/unreleased/Dependencies-20230811-221135.yaml b/.changes/1.7.0/Dependencies-20230811-221135.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230811-221135.yaml rename to .changes/1.7.0/Dependencies-20230811-221135.yaml diff --git a/.changes/unreleased/Dependencies-20230814-224754.yaml b/.changes/1.7.0/Dependencies-20230814-224754.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230814-224754.yaml rename to .changes/1.7.0/Dependencies-20230814-224754.yaml diff --git a/.changes/unreleased/Dependencies-20230814-224757.yaml b/.changes/1.7.0/Dependencies-20230814-224757.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230814-224757.yaml rename to .changes/1.7.0/Dependencies-20230814-224757.yaml diff --git a/.changes/unreleased/Features-20221229-200956.yaml b/.changes/1.7.0/Features-20221229-200956.yaml similarity index 100% rename from .changes/unreleased/Features-20221229-200956.yaml rename to .changes/1.7.0/Features-20221229-200956.yaml diff --git a/.changes/unreleased/Features-20230707-104150.yaml b/.changes/1.7.0/Features-20230707-104150.yaml similarity index 100% rename from .changes/unreleased/Features-20230707-104150.yaml rename to .changes/1.7.0/Features-20230707-104150.yaml diff --git a/.changes/unreleased/Features-20230707-113337.yaml b/.changes/1.7.0/Features-20230707-113337.yaml similarity index 100% rename from .changes/unreleased/Features-20230707-113337.yaml rename to .changes/1.7.0/Features-20230707-113337.yaml diff --git a/.changes/unreleased/Features-20230707-114650.yaml b/.changes/1.7.0/Features-20230707-114650.yaml similarity index 100% rename from .changes/unreleased/Features-20230707-114650.yaml rename to .changes/1.7.0/Features-20230707-114650.yaml diff --git a/.changes/unreleased/Features-20230707-135442.yaml b/.changes/1.7.0/Features-20230707-135442.yaml similarity index 100% rename from .changes/unreleased/Features-20230707-135442.yaml rename to .changes/1.7.0/Features-20230707-135442.yaml diff --git a/.changes/unreleased/Fixes-20230517-142331.yaml b/.changes/1.7.0/Fixes-20230517-142331.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230517-142331.yaml rename to .changes/1.7.0/Fixes-20230517-142331.yaml diff --git a/.changes/unreleased/Fixes-20230810-014122.yaml b/.changes/1.7.0/Fixes-20230810-014122.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230810-014122.yaml rename to .changes/1.7.0/Fixes-20230810-014122.yaml diff --git a/.changes/unreleased/Under the Hood-20230724-165508.yaml b/.changes/1.7.0/Under the Hood-20230724-165508.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20230724-165508.yaml rename to .changes/1.7.0/Under the Hood-20230724-165508.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 902db37fc..583cdd61b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,55 @@ - "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-b1 - August 17, 2023 + +### Features + +- Support server side parameters in thrift connection ([#387](https://github.com/dbt-labs/dbt-spark/issues/387)) +- Support server_side_parameters for Spark session connection method ([#690](https://github.com/dbt-labs/dbt-spark/issues/690)) +- Add server_side_parameters to HTTP connection method ([#824](https://github.com/dbt-labs/dbt-spark/issues/824)) +- Enforce server side parameters keys and values to be strings ([#826](https://github.com/dbt-labs/dbt-spark/issues/826)) +- Add SessionConnectionWrapper ([#829](https://github.com/dbt-labs/dbt-spark/issues/829)) + +### Fixes + +- Wrap AnalysisException into DbtRuntimeError ([#782](https://github.com/dbt-labs/dbt-spark/issues/782)) +- include tblproperties macro in adapters.sql create table ([#865](https://github.com/dbt-labs/dbt-spark/issues/865)) + +### Under the Hood + +- Update stale workflow to use centralized version ([#842](https://github.com/dbt-labs/dbt-spark/issues/842)) + +### Dependencies + +- Update tox requirement from ~=3.0 to ~=4.5 ([#741](https://github.com/dbt-labs/dbt-spark/pull/741)) +- Update pyodbc requirement from ~=4.0.30 to ~=4.0.39 ([#742](https://github.com/dbt-labs/dbt-spark/pull/742)) +- Update pre-commit requirement from ~=2.21 to ~=3.3 ([#748](https://github.com/dbt-labs/dbt-spark/pull/748)) +- Update types-requests requirement from ~=2.28 to ~=2.29 ([#749](https://github.com/dbt-labs/dbt-spark/pull/749)) +- Bump mypy from 1.2.0 to 1.3.0 ([#768](https://github.com/dbt-labs/dbt-spark/pull/768)) +- Update flake8 requirement from ~=6.0 to ~=6.1 ([#849](https://github.com/dbt-labs/dbt-spark/pull/849)) +- Update types-requests requirement from ~=2.29 to ~=2.31 ([#850](https://github.com/dbt-labs/dbt-spark/pull/850)) +- Update pytest-xdist requirement from ~=3.2 to ~=3.3 ([#851](https://github.com/dbt-labs/dbt-spark/pull/851)) +- Update pytest requirement from ~=7.3 to ~=7.4 ([#852](https://github.com/dbt-labs/dbt-spark/pull/852)) +- Update pip-tools requirement from ~=6.13 to ~=7.2 ([#856](https://github.com/dbt-labs/dbt-spark/pull/856)) +- Update black requirement from ~=23.3 to ~=23.7 ([#857](https://github.com/dbt-labs/dbt-spark/pull/857)) +- Update wheel requirement from ~=0.40 to ~=0.41 ([#858](https://github.com/dbt-labs/dbt-spark/pull/858)) +- Update mock requirement from ~=5.0 to ~=5.1 ([#859](https://github.com/dbt-labs/dbt-spark/pull/859)) +- Bump mypy from 1.3.0 to 1.4.1 ([#860](https://github.com/dbt-labs/dbt-spark/pull/860)) +- Update tox requirement from ~=4.5 to ~=4.6 ([#861](https://github.com/dbt-labs/dbt-spark/pull/861)) +- Update pip-tools requirement from ~=7.2 to ~=7.3 ([#863](https://github.com/dbt-labs/dbt-spark/pull/863)) +- Update tox requirement from ~=4.6 to ~=4.7 ([#867](https://github.com/dbt-labs/dbt-spark/pull/867)) +- Update tox requirement from ~=4.7 to ~=4.8 ([#871](https://github.com/dbt-labs/dbt-spark/pull/871)) +- Bump mypy from 1.4.1 to 1.5.0 ([#872](https://github.com/dbt-labs/dbt-spark/pull/872)) + +### Contributors +- [@Fokko](https://github.com/Fokko) ([#829](https://github.com/dbt-labs/dbt-spark/issues/829), [#782](https://github.com/dbt-labs/dbt-spark/issues/782)) +- [@Fokko,JCZuurmond](https://github.com/Fokko,JCZuurmond) ([#824](https://github.com/dbt-labs/dbt-spark/issues/824), [#826](https://github.com/dbt-labs/dbt-spark/issues/826)) +- [@alarocca-apixio](https://github.com/alarocca-apixio) ([#690](https://github.com/dbt-labs/dbt-spark/issues/690)) +- [@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 874bd74c8..48607b01f 100644 --- a/dbt/adapters/spark/__version__.py +++ b/dbt/adapters/spark/__version__.py @@ -1 +1 @@ -version = "1.7.0a1" +version = "1.7.0b1" diff --git a/setup.py b/setup.py index c6713e895..482c0fd39 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def _get_dbt_core_version(): package_name = "dbt-spark" -package_version = "1.7.0a1" +package_version = "1.7.0b1" dbt_core_version = _get_dbt_core_version() description = """The Apache Spark adapter plugin for dbt"""