diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2a5c21566..c5d11055e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.0rc1 +current_version = 1.9.0 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.9.0-rc1.md b/.changes/1.9.0-rc1.md deleted file mode 100644 index 2fd341235..000000000 --- a/.changes/1.9.0-rc1.md +++ /dev/null @@ -1,16 +0,0 @@ -## dbt-spark 1.9.0-rc1 - December 02, 2024 - -### Breaking Changes - -- Drop support for Python 3.8 ([#1121](https://github.com/dbt-labs/dbt-spark/issues/1121)) - -### Features - -- Enable setting current value of dbt_valid_to ([#1112](https://github.com/dbt-labs/dbt-spark/issues/1112)) - -### Under the Hood - -- Isolating distribution testing ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069)) - -### Contributors -- [@leahwicz](https://github.com/leahwicz) ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069)) diff --git a/.changes/1.9.0-b1.md b/.changes/1.9.0.md similarity index 79% rename from .changes/1.9.0-b1.md rename to .changes/1.9.0.md index b6daee41e..a75182f47 100644 --- a/.changes/1.9.0-b1.md +++ b/.changes/1.9.0.md @@ -1,4 +1,8 @@ -## dbt-spark 1.9.0-b1 - October 01, 2024 +## dbt-spark 1.9.0 - December 10, 2024 + +### Breaking Changes + +- Drop support for Python 3.8 ([#1121](https://github.com/dbt-labs/dbt-spark/issues/1121)) ### Features @@ -7,6 +11,7 @@ - Allow configuring snapshot column names ([#1096](https://github.com/dbt-labs/dbt-spark/issues/1096)) - Support custom ODBC connection parameters via `connection_string_suffix` config ([#1092](https://github.com/dbt-labs/dbt-spark/issues/1092)) - Add Microbatch Strategy to dbt-spark ([#1109](https://github.com/dbt-labs/dbt-spark/issues/1109)) +- Enable setting current value of dbt_valid_to ([#1112](https://github.com/dbt-labs/dbt-spark/issues/1112)) ### Fixes @@ -15,6 +20,7 @@ ### Under the Hood - Lazy load agate to improve performance ([#1049](https://github.com/dbt-labs/dbt-spark/issues/1049)) +- Isolating distribution testing ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069)) ### Dependencies @@ -28,4 +34,5 @@ ### Contributors - [@jpoley](https://github.com/jpoley) ([#1092](https://github.com/dbt-labs/dbt-spark/issues/1092)) +- [@leahwicz](https://github.com/leahwicz) ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069)) - [@nilan3](https://github.com/nilan3) ([#1092](https://github.com/dbt-labs/dbt-spark/issues/1092)) diff --git a/.changes/1.9.0/Breaking Changes-20241016-184157.yaml b/.changes/1.9.0/Breaking Changes-20241016-184157.yaml deleted file mode 100644 index 0a2104e60..000000000 --- a/.changes/1.9.0/Breaking Changes-20241016-184157.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Breaking Changes -body: Drop support for Python 3.8 -time: 2024-10-16T18:41:57.721002-04:00 -custom: - Author: mikealfare - Issue: "1121" diff --git a/.changes/1.9.0/Dependencies-20231219-222211.yaml b/.changes/1.9.0/Dependencies-20231219-222211.yaml deleted file mode 100644 index 39f425098..000000000 --- a/.changes/1.9.0/Dependencies-20231219-222211.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update freezegun requirement from ~=1.3 to ~=1.4" -time: 2023-12-19T22:22:11.00000Z -custom: - Author: dependabot[bot] - PR: 966 diff --git a/.changes/1.9.0/Dependencies-20240419-024814.yaml b/.changes/1.9.0/Dependencies-20240419-024814.yaml deleted file mode 100644 index 06529952b..000000000 --- a/.changes/1.9.0/Dependencies-20240419-024814.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Bump actions/download-artifact from 3 to 4" -time: 2024-04-19T02:48:14.00000Z -custom: - Author: dependabot[bot] - PR: 1010 diff --git a/.changes/1.9.0/Dependencies-20240419-024818.yaml b/.changes/1.9.0/Dependencies-20240419-024818.yaml deleted file mode 100644 index ed51e119a..000000000 --- a/.changes/1.9.0/Dependencies-20240419-024818.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Bump actions/upload-artifact from 3 to 4" -time: 2024-04-19T02:48:18.00000Z -custom: - Author: dependabot[bot] - PR: 1011 diff --git a/.changes/1.9.0/Dependencies-20240419-024820.yaml b/.changes/1.9.0/Dependencies-20240419-024820.yaml deleted file mode 100644 index 65caf7c13..000000000 --- a/.changes/1.9.0/Dependencies-20240419-024820.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Bump dbt-labs/actions from 1.1.0 to 1.1.1" -time: 2024-04-19T02:48:20.00000Z -custom: - Author: dependabot[bot] - PR: 1012 diff --git a/.changes/1.9.0/Dependencies-20240503-224157.yaml b/.changes/1.9.0/Dependencies-20240503-224157.yaml deleted file mode 100644 index 9a7f0b8fc..000000000 --- a/.changes/1.9.0/Dependencies-20240503-224157.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update wheel requirement from ~=0.42 to ~=0.43" -time: 2024-05-03T22:41:57.00000Z -custom: - Author: dependabot[bot] - PR: 1035 diff --git a/.changes/1.9.0/Dependencies-20240718-223145.yaml b/.changes/1.9.0/Dependencies-20240718-223145.yaml deleted file mode 100644 index 6d8433c5b..000000000 --- a/.changes/1.9.0/Dependencies-20240718-223145.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update pytest-xdist requirement from ~=3.5 to ~=3.6" -time: 2024-07-18T22:31:45.00000Z -custom: - Author: dependabot[bot] - PR: 1073 diff --git a/.changes/1.9.0/Dependencies-20240718-223238.yaml b/.changes/1.9.0/Dependencies-20240718-223238.yaml deleted file mode 100644 index 0c7fbaccb..000000000 --- a/.changes/1.9.0/Dependencies-20240718-223238.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Loosen pin on pre-commit from 3.7.0 to 3.7" -time: 2024-07-18T22:32:38.00000Z -custom: - Author: dependabot[bot] - PR: 1074 diff --git a/.changes/1.9.0/Features-20240430-185723.yaml b/.changes/1.9.0/Features-20240430-185723.yaml deleted file mode 100644 index cb86e7966..000000000 --- a/.changes/1.9.0/Features-20240430-185723.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Add tests for cross-database `cast` macro -time: 2024-04-30T18:57:23.881246-06:00 -custom: - Author: dbeatty10 - Issue: "1028" diff --git a/.changes/1.9.0/Features-20240501-151904.yaml b/.changes/1.9.0/Features-20240501-151904.yaml deleted file mode 100644 index ed08f1251..000000000 --- a/.changes/1.9.0/Features-20240501-151904.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Cross-database `date` macro -time: 2024-05-01T15:19:04.822157-06:00 -custom: - Author: dbeatty10 - Issue: 1031 diff --git a/.changes/1.9.0/Features-20240903-161003.yaml b/.changes/1.9.0/Features-20240903-161003.yaml deleted file mode 100644 index 57a0f14c0..000000000 --- a/.changes/1.9.0/Features-20240903-161003.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Allow configuring snapshot column names -time: 2024-09-03T16:10:03.021221-04:00 -custom: - Author: gshank - Issue: "1096" diff --git a/.changes/1.9.0/Features-20240910-175846.yaml b/.changes/1.9.0/Features-20240910-175846.yaml deleted file mode 100644 index 68ef8551e..000000000 --- a/.changes/1.9.0/Features-20240910-175846.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Support custom ODBC connection parameters via `connection_string_suffix` config -time: 2024-09-10T17:58:46.141332-04:00 -custom: - Author: colin-rogers-dbt jpoley nilan3 - Issue: "1092" diff --git a/.changes/1.9.0/Features-20240925-125242.yaml b/.changes/1.9.0/Features-20240925-125242.yaml deleted file mode 100644 index 1cb51c004..000000000 --- a/.changes/1.9.0/Features-20240925-125242.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Add Microbatch Strategy to dbt-spark -time: 2024-09-25T12:52:42.872017+01:00 -custom: - Author: michelleark - Issue: "1109" diff --git a/.changes/1.9.0/Features-20240927-133927.yaml b/.changes/1.9.0/Features-20240927-133927.yaml deleted file mode 100644 index ce04ac073..000000000 --- a/.changes/1.9.0/Features-20240927-133927.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Enable setting current value of dbt_valid_to -time: 2024-09-27T13:39:27.268886-04:00 -custom: - Author: gshank - Issue: "1112" diff --git a/.changes/1.9.0/Fixes-20240513-160121.yaml b/.changes/1.9.0/Fixes-20240513-160121.yaml deleted file mode 100644 index fd7072954..000000000 --- a/.changes/1.9.0/Fixes-20240513-160121.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Fix incremental python models error where Databricks could not find the temp - table transaction logs -time: 2024-05-13T16:01:21.255833-04:00 -custom: - Author: mikealfare - Issue: "1033" diff --git a/.changes/1.9.0/Under the Hood-20240612-195629.yaml b/.changes/1.9.0/Under the Hood-20240612-195629.yaml deleted file mode 100644 index c90ebcdab..000000000 --- a/.changes/1.9.0/Under the Hood-20240612-195629.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Lazy load agate to improve performance -time: 2024-06-12T19:56:29.943204-07:00 -custom: - Author: versusfacit - Issue: "1049" diff --git a/.changes/1.9.0/Under the Hood-20240911-192845.yaml b/.changes/1.9.0/Under the Hood-20240911-192845.yaml deleted file mode 100644 index 0c878f7d8..000000000 --- a/.changes/1.9.0/Under the Hood-20240911-192845.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Isolating distribution testing -time: 2024-09-11T19:28:45.653064-04:00 -custom: - Author: leahwicz - Issue: "1069" diff --git a/CHANGELOG.md b/CHANGELOG.md index 66224da85..ba8fd61f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - "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.9.0-rc1 - December 02, 2024 +## dbt-spark 1.9.0 - December 10, 2024 ### Breaking Changes @@ -13,25 +13,12 @@ ### Features -- Enable setting current value of dbt_valid_to ([#1112](https://github.com/dbt-labs/dbt-spark/issues/1112)) - -### Under the Hood - -- Isolating distribution testing ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069)) - -### Contributors -- [@leahwicz](https://github.com/leahwicz) ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069)) - - -## dbt-spark 1.9.0-b1 - October 01, 2024 - -### Features - - Add tests for cross-database `cast` macro ([#1028](https://github.com/dbt-labs/dbt-spark/issues/1028)) - Cross-database `date` macro ([#1031](https://github.com/dbt-labs/dbt-spark/issues/1031)) - Allow configuring snapshot column names ([#1096](https://github.com/dbt-labs/dbt-spark/issues/1096)) - Support custom ODBC connection parameters via `connection_string_suffix` config ([#1092](https://github.com/dbt-labs/dbt-spark/issues/1092)) - Add Microbatch Strategy to dbt-spark ([#1109](https://github.com/dbt-labs/dbt-spark/issues/1109)) +- Enable setting current value of dbt_valid_to ([#1112](https://github.com/dbt-labs/dbt-spark/issues/1112)) ### Fixes @@ -40,6 +27,7 @@ ### Under the Hood - Lazy load agate to improve performance ([#1049](https://github.com/dbt-labs/dbt-spark/issues/1049)) +- Isolating distribution testing ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069)) ### Dependencies @@ -53,8 +41,10 @@ ### Contributors - [@jpoley](https://github.com/jpoley) ([#1092](https://github.com/dbt-labs/dbt-spark/issues/1092)) +- [@leahwicz](https://github.com/leahwicz) ([#1069](https://github.com/dbt-labs/dbt-spark/issues/1069)) - [@nilan3](https://github.com/nilan3) ([#1092](https://github.com/dbt-labs/dbt-spark/issues/1092)) + ## 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 c70591d8a..7aba64097 100644 --- a/dbt/adapters/spark/__version__.py +++ b/dbt/adapters/spark/__version__.py @@ -1 +1 @@ -version = "1.9.0rc1" +version = "1.9.0" diff --git a/setup.py b/setup.py index 205089ed9..5ff8461c2 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ def _get_plugin_version_dict(): package_name = "dbt-spark" -package_version = "1.9.0rc1" +package_version = "1.9.0" description = """The Apache Spark adapter plugin for dbt""" odbc_extras = ["pyodbc~=5.1.0"]