diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9fe09ab40..949720f77 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.0b1 +current_version = 1.5.0a1 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/.changes/0.0.0.md b/.changes/0.0.0.md index 68ecfaa13..bed773333 100644 --- a/.changes/0.0.0.md +++ b/.changes/0.0.0.md @@ -1,5 +1,6 @@ ## Previous Releases For information on prior major and minor releases, see their changelogs: +- [1.4](https://github.com/dbt-labs/dbt-spark/blob/1.4.latest/CHANGELOG.md) - [1.3](https://github.com/dbt-labs/dbt-spark/blob/1.3.latest/CHANGELOG.md) - [1.2](https://github.com/dbt-labs/dbt-spark/blob/1.2.latest/CHANGELOG.md) - [1.1](https://github.com/dbt-labs/dbt-spark/blob/1.1.latest/CHANGELOG.md) diff --git a/.changes/1.4.0-b1.md b/.changes/1.4.0-b1.md deleted file mode 100644 index fc5626260..000000000 --- a/.changes/1.4.0-b1.md +++ /dev/null @@ -1,17 +0,0 @@ -## dbt-spark 1.4.0-b1 - December 15, 2022 -### Features -- incremental predicates ([#435](https://github.com/dbt-labs/dbt-spark/issues/435), [#436](https://github.com/dbt-labs/dbt-spark/pull/436)) -- Migrate dbt-utils current_timestamp macros into core + adapters ([#483](https://github.com/dbt-labs/dbt-spark/issues/483), [#480](https://github.com/dbt-labs/dbt-spark/pull/480)) -### Fixes -- Password doesn't pass to server using LDAP connection via thrift (#310) ([#310](https://github.com/dbt-labs/dbt-spark/issues/310), [#396](https://github.com/dbt-labs/dbt-spark/pull/396)) -- Updated the Spark-testing profile name to spark_testing ([#514](https://github.com/dbt-labs/dbt-spark/issues/514), [#513](https://github.com/dbt-labs/dbt-spark/pull/513)) -- Support new error messages in the future Spark. ([#515](https://github.com/dbt-labs/dbt-spark/issues/515), [#520](https://github.com/dbt-labs/dbt-spark/pull/520)) -- Update policy code and test config to support py3.11 and tox 4.0 ([#542](https://github.com/dbt-labs/dbt-spark/issues/542), [#543](https://github.com/dbt-labs/dbt-spark/pull/543)) -### Under the Hood -- updating python version in tox ([#536](https://github.com/dbt-labs/dbt-spark/issues/536), [#534](https://github.com/dbt-labs/dbt-spark/pull/534)) - -### Contributors -- [@VShkaberda](https://github.com/VShkaberda) ([#396](https://github.com/dbt-labs/dbt-spark/pull/396)) -- [@akashrn5](https://github.com/akashrn5) ([#513](https://github.com/dbt-labs/dbt-spark/pull/513)) -- [@dave-connors-3](https://github.com/dave-connors-3) ([#436](https://github.com/dbt-labs/dbt-spark/pull/436)) -- [@ueshin](https://github.com/ueshin) ([#520](https://github.com/dbt-labs/dbt-spark/pull/520)) diff --git a/.changes/1.4.0/Features-20220823-093457.yaml b/.changes/1.4.0/Features-20220823-093457.yaml deleted file mode 100644 index 66396a8e2..000000000 --- a/.changes/1.4.0/Features-20220823-093457.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Features -body: incremental predicates -time: 2022-08-23T09:34:57.026688-05:00 -custom: - Author: dave-connors-3 - Issue: "435" - PR: "436" diff --git a/.changes/1.4.0/Features-20220926-123609.yaml b/.changes/1.4.0/Features-20220926-123609.yaml deleted file mode 100644 index b80b3730d..000000000 --- a/.changes/1.4.0/Features-20220926-123609.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Features -body: Migrate dbt-utils current_timestamp macros into core + adapters -time: 2022-09-26T12:36:09.319981-07:00 -custom: - Author: colin-rogers-dbt - Issue: "483" - PR: "480" diff --git a/.changes/1.4.0/Fixes-20220926-112857.yaml b/.changes/1.4.0/Fixes-20220926-112857.yaml deleted file mode 100644 index 2a18f13ac..000000000 --- a/.changes/1.4.0/Fixes-20220926-112857.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Password doesn't pass to server using LDAP connection via thrift (#310) -time: 2022-09-26T11:28:57.306285-04:00 -custom: - Author: VShkaberda - Issue: "310" - PR: "396" diff --git a/.changes/1.4.0/Fixes-20221113-211208.yaml b/.changes/1.4.0/Fixes-20221113-211208.yaml deleted file mode 100644 index 73a180d8a..000000000 --- a/.changes/1.4.0/Fixes-20221113-211208.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Updated the Spark-testing profile name to spark_testing -time: 2022-11-13T21:12:08.669273+05:30 -custom: - Author: akashrn5 - Issue: "514" - PR: "513" diff --git a/.changes/1.4.0/Fixes-20221116-234601.yaml b/.changes/1.4.0/Fixes-20221116-234601.yaml deleted file mode 100644 index 3e394c87b..000000000 --- a/.changes/1.4.0/Fixes-20221116-234601.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Support new error messages in the future Spark. -time: 2022-11-16T23:46:01.899921861Z -custom: - Author: ueshin - Issue: "515" - PR: "520" diff --git a/.changes/1.4.0/Fixes-20221209-101854.yaml b/.changes/1.4.0/Fixes-20221209-101854.yaml deleted file mode 100644 index afd1d6dc1..000000000 --- a/.changes/1.4.0/Fixes-20221209-101854.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Update policy code and test config to support py3.11 and tox 4.0 -time: 2022-12-09T10:18:54.68118-08:00 -custom: - Author: colin-rogers-dbt - Issue: "542" - PR: "543" diff --git a/.changes/1.4.0/Under the Hood-20221202-140724.yaml b/.changes/1.4.0/Under the Hood-20221202-140724.yaml deleted file mode 100644 index 88fee7bea..000000000 --- a/.changes/1.4.0/Under the Hood-20221202-140724.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: updating python version in tox -time: 2022-12-02T14:07:24.377668-06:00 -custom: - Author: McKnight-42 - Issue: "536" - PR: "534" diff --git a/.changes/unreleased/Fixes-20221221-092410.yaml b/.changes/unreleased/Fixes-20221221-092410.yaml deleted file mode 100644 index 1aa8001f2..000000000 --- a/.changes/unreleased/Fixes-20221221-092410.yaml +++ /dev/null @@ -1,8 +0,0 @@ -kind: Fixes -body: Added escape_single_quotes macro as Spark/Databricks uses a single backslash - instead of a single quote -time: 2022-12-21T09:24:10.952042-06:00 -custom: - Author: graciegoheen - Issue: "572" - PR: "573" diff --git a/.changes/unreleased/Under the Hood-20230110-101919.yaml b/.changes/unreleased/Under the Hood-20230110-101919.yaml deleted file mode 100644 index 2209fdb9f..000000000 --- a/.changes/unreleased/Under the Hood-20230110-101919.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Under the Hood -body: Rename exceptions to match dbt-core. -time: 2023-01-10T10:19:19.675879-06:00 -custom: - Author: emmyoop - Issue: "557" - PR: "585" diff --git a/CHANGELOG.md b/CHANGELOG.md index 263050ca4..f99421c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,25 +4,9 @@ - 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/dbt-labs/dbt-spark/blob/main/CONTRIBUTING.md#adding-changelog-entry) -## dbt-spark 1.4.0-b1 - December 15, 2022 -### Features -- incremental predicates ([#435](https://github.com/dbt-labs/dbt-spark/issues/435), [#436](https://github.com/dbt-labs/dbt-spark/pull/436)) -- Migrate dbt-utils current_timestamp macros into core + adapters ([#483](https://github.com/dbt-labs/dbt-spark/issues/483), [#480](https://github.com/dbt-labs/dbt-spark/pull/480)) -### Fixes -- Password doesn't pass to server using LDAP connection via thrift (#310) ([#310](https://github.com/dbt-labs/dbt-spark/issues/310), [#396](https://github.com/dbt-labs/dbt-spark/pull/396)) -- Updated the Spark-testing profile name to spark_testing ([#514](https://github.com/dbt-labs/dbt-spark/issues/514), [#513](https://github.com/dbt-labs/dbt-spark/pull/513)) -- Support new error messages in the future Spark. ([#515](https://github.com/dbt-labs/dbt-spark/issues/515), [#520](https://github.com/dbt-labs/dbt-spark/pull/520)) -- Update policy code and test config to support py3.11 and tox 4.0 ([#542](https://github.com/dbt-labs/dbt-spark/issues/542), [#543](https://github.com/dbt-labs/dbt-spark/pull/543)) -### Under the Hood -- updating python version in tox ([#536](https://github.com/dbt-labs/dbt-spark/issues/536), [#534](https://github.com/dbt-labs/dbt-spark/pull/534)) - -### Contributors -- [@VShkaberda](https://github.com/VShkaberda) ([#396](https://github.com/dbt-labs/dbt-spark/pull/396)) -- [@akashrn5](https://github.com/akashrn5) ([#513](https://github.com/dbt-labs/dbt-spark/pull/513)) -- [@dave-connors-3](https://github.com/dave-connors-3) ([#436](https://github.com/dbt-labs/dbt-spark/pull/436)) -- [@ueshin](https://github.com/ueshin) ([#520](https://github.com/dbt-labs/dbt-spark/pull/520)) ## Previous Releases For information on prior major and minor releases, see their changelogs: +- [1.4](https://github.com/dbt-labs/dbt-spark/blob/1.4.latest/CHANGELOG.md) - [1.3](https://github.com/dbt-labs/dbt-spark/blob/1.3.latest/CHANGELOG.md) - [1.2](https://github.com/dbt-labs/dbt-spark/blob/1.2.latest/CHANGELOG.md) - [1.1](https://github.com/dbt-labs/dbt-spark/blob/1.1.latest/CHANGELOG.md) diff --git a/dbt/adapters/spark/__version__.py b/dbt/adapters/spark/__version__.py index 27cfeecd9..219c289b1 100644 --- a/dbt/adapters/spark/__version__.py +++ b/dbt/adapters/spark/__version__.py @@ -1 +1 @@ -version = "1.4.0b1" +version = "1.5.0a1" diff --git a/setup.py b/setup.py index 012e58d44..da8d59cbb 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def _get_dbt_core_version(): package_name = "dbt-spark" -package_version = "1.4.0b1" +package_version = "1.5.0a1" dbt_core_version = _get_dbt_core_version() description = """The Apache Spark adapter plugin for dbt"""