diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c8f7359c4..890143bc5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.0rc1 +current_version = 1.7.0 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 deleted file mode 100644 index 1f2676536..000000000 --- a/.changes/1.7.0-b2.md +++ /dev/null @@ -1,27 +0,0 @@ -## 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/1.7.0-rc1.md b/.changes/1.7.0-rc1.md deleted file mode 100644 index 726aaf78b..000000000 --- a/.changes/1.7.0-rc1.md +++ /dev/null @@ -1,9 +0,0 @@ -## dbt-spark 1.7.0-rc1 - October 12, 2023 - -### Features - -- Support storing test failures as views ([#6914](https://github.com/dbt-labs/dbt-spark/issues/6914)) -- Create temporary views with 'or replace' ([#350](https://github.com/dbt-labs/dbt-spark/issues/350)) - -### Contributors -- [@annazizian](https://github.com/annazizian) ([#350](https://github.com/dbt-labs/dbt-spark/issues/350)) diff --git a/.changes/1.7.0-b1.md b/.changes/1.7.0.md similarity index 69% rename from .changes/1.7.0-b1.md rename to .changes/1.7.0.md index c2ee24afb..9f33171a8 100644 --- a/.changes/1.7.0-b1.md +++ b/.changes/1.7.0.md @@ -1,4 +1,4 @@ -## dbt-spark 1.7.0-b1 - August 17, 2023 +## dbt-spark 1.7.0 - November 02, 2023 ### Features @@ -7,6 +7,9 @@ - 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)) +- Persist Column level comments when creating views ([#372](https://github.com/dbt-labs/dbt-spark/issues/372)) +- Support storing test failures as views ([#6914](https://github.com/dbt-labs/dbt-spark/issues/6914)) +- Create temporary views with 'or replace' ([#350](https://github.com/dbt-labs/dbt-spark/issues/350)) ### Fixes @@ -16,6 +19,7 @@ ### Under the Hood - Update stale workflow to use centralized version ([#842](https://github.com/dbt-labs/dbt-spark/issues/842)) +- Remove dependency on hologram ([#881](https://github.com/dbt-labs/dbt-spark/issues/881)) ### Dependencies @@ -24,6 +28,7 @@ - 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)) +- Replace sasl with pure-sasl for PyHive ([#818](https://github.com/dbt-labs/dbt-spark/pull/818)) - 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)) @@ -38,10 +43,22 @@ - 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)) +- 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) ([#829](https://github.com/dbt-labs/dbt-spark/issues/829), [#782](https://github.com/dbt-labs/dbt-spark/issues/782)) +- [@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), [#876](https://github.com/dbt-labs/dbt-spark/pull/876)) - [@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)) +- [@annazizian](https://github.com/annazizian) ([#350](https://github.com/dbt-labs/dbt-spark/issues/350)) - [@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)) +- [@jurasan](https://github.com/jurasan) ([#372](https://github.com/dbt-labs/dbt-spark/issues/372)) diff --git a/.changes/1.7.0/Dependencies-20230424-230630.yaml b/.changes/1.7.0/Dependencies-20230424-230630.yaml deleted file mode 100644 index 1f96daad1..000000000 --- a/.changes/1.7.0/Dependencies-20230424-230630.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update tox requirement from ~=3.0 to ~=4.5" -time: 2023-04-24T23:06:30.00000Z -custom: - Author: dependabot[bot] - PR: 741 diff --git a/.changes/1.7.0/Dependencies-20230424-230645.yaml b/.changes/1.7.0/Dependencies-20230424-230645.yaml deleted file mode 100644 index 83e1bb44b..000000000 --- a/.changes/1.7.0/Dependencies-20230424-230645.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update pyodbc requirement from ~=4.0.30 to ~=4.0.39" -time: 2023-04-24T23:06:45.00000Z -custom: - Author: dependabot[bot] - PR: 742 diff --git a/.changes/1.7.0/Dependencies-20230501-231003.yaml b/.changes/1.7.0/Dependencies-20230501-231003.yaml deleted file mode 100644 index b3e3a750e..000000000 --- a/.changes/1.7.0/Dependencies-20230501-231003.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update pre-commit requirement from ~=2.21 to ~=3.3" -time: 2023-05-01T23:10:03.00000Z -custom: - Author: dependabot[bot] - PR: 748 diff --git a/.changes/1.7.0/Dependencies-20230501-231035.yaml b/.changes/1.7.0/Dependencies-20230501-231035.yaml deleted file mode 100644 index 7bbf98202..000000000 --- a/.changes/1.7.0/Dependencies-20230501-231035.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update types-requests requirement from ~=2.28 to ~=2.29" -time: 2023-05-01T23:10:35.00000Z -custom: - Author: dependabot[bot] - PR: 749 diff --git a/.changes/1.7.0/Dependencies-20230510-230725.yaml b/.changes/1.7.0/Dependencies-20230510-230725.yaml deleted file mode 100644 index dfd04ad3b..000000000 --- a/.changes/1.7.0/Dependencies-20230510-230725.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Bump mypy from 1.2.0 to 1.3.0" -time: 2023-05-10T23:07:25.00000Z -custom: - Author: dependabot[bot] - PR: 768 diff --git a/.changes/1.7.0/Dependencies-20230628-121341.yaml b/.changes/1.7.0/Dependencies-20230628-121341.yaml deleted file mode 100644 index 5569c885d..000000000 --- a/.changes/1.7.0/Dependencies-20230628-121341.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Dependencies -body: Replace sasl with pure-sasl for PyHive -time: 2023-06-28T12:13:41.141588-07:00 -custom: - Author: colin-rogers-dbt - PR: "818" diff --git a/.changes/1.7.0/Dependencies-20230803-224622.yaml b/.changes/1.7.0/Dependencies-20230803-224622.yaml deleted file mode 100644 index 119a08e51..000000000 --- a/.changes/1.7.0/Dependencies-20230803-224622.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update flake8 requirement from ~=6.0 to ~=6.1" -time: 2023-08-03T22:46:22.00000Z -custom: - Author: dependabot[bot] - PR: 849 diff --git a/.changes/1.7.0/Dependencies-20230803-224623.yaml b/.changes/1.7.0/Dependencies-20230803-224623.yaml deleted file mode 100644 index 97ffd5550..000000000 --- a/.changes/1.7.0/Dependencies-20230803-224623.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update types-requests requirement from ~=2.29 to ~=2.31" -time: 2023-08-03T22:46:23.00000Z -custom: - Author: dependabot[bot] - PR: 850 diff --git a/.changes/1.7.0/Dependencies-20230803-224626.yaml b/.changes/1.7.0/Dependencies-20230803-224626.yaml deleted file mode 100644 index c8b9ef04a..000000000 --- a/.changes/1.7.0/Dependencies-20230803-224626.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update pytest-xdist requirement from ~=3.2 to ~=3.3" -time: 2023-08-03T22:46:26.00000Z -custom: - Author: dependabot[bot] - PR: 851 diff --git a/.changes/1.7.0/Dependencies-20230803-224629.yaml b/.changes/1.7.0/Dependencies-20230803-224629.yaml deleted file mode 100644 index 6865c7c74..000000000 --- a/.changes/1.7.0/Dependencies-20230803-224629.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update pytest requirement from ~=7.3 to ~=7.4" -time: 2023-08-03T22:46:29.00000Z -custom: - Author: dependabot[bot] - PR: 852 diff --git a/.changes/1.7.0/Dependencies-20230804-225232.yaml b/.changes/1.7.0/Dependencies-20230804-225232.yaml deleted file mode 100644 index f4a09b6b0..000000000 --- a/.changes/1.7.0/Dependencies-20230804-225232.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update pip-tools requirement from ~=6.13 to ~=7.2" -time: 2023-08-04T22:52:32.00000Z -custom: - Author: dependabot[bot] - PR: 856 diff --git a/.changes/1.7.0/Dependencies-20230804-225236.yaml b/.changes/1.7.0/Dependencies-20230804-225236.yaml deleted file mode 100644 index d45b95516..000000000 --- a/.changes/1.7.0/Dependencies-20230804-225236.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update black requirement from ~=23.3 to ~=23.7" -time: 2023-08-04T22:52:36.00000Z -custom: - Author: dependabot[bot] - PR: 857 diff --git a/.changes/1.7.0/Dependencies-20230804-225243.yaml b/.changes/1.7.0/Dependencies-20230804-225243.yaml deleted file mode 100644 index 07b9bdb4e..000000000 --- a/.changes/1.7.0/Dependencies-20230804-225243.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update wheel requirement from ~=0.40 to ~=0.41" -time: 2023-08-04T22:52:43.00000Z -custom: - Author: dependabot[bot] - PR: 858 diff --git a/.changes/1.7.0/Dependencies-20230804-225249.yaml b/.changes/1.7.0/Dependencies-20230804-225249.yaml deleted file mode 100644 index 68b3a2485..000000000 --- a/.changes/1.7.0/Dependencies-20230804-225249.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update mock requirement from ~=5.0 to ~=5.1" -time: 2023-08-04T22:52:49.00000Z -custom: - Author: dependabot[bot] - PR: 859 diff --git a/.changes/1.7.0/Dependencies-20230807-221033.yaml b/.changes/1.7.0/Dependencies-20230807-221033.yaml deleted file mode 100644 index 94a261147..000000000 --- a/.changes/1.7.0/Dependencies-20230807-221033.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Bump mypy from 1.3.0 to 1.4.1" -time: 2023-08-07T22:10:33.00000Z -custom: - Author: dependabot[bot] - PR: 860 diff --git a/.changes/1.7.0/Dependencies-20230807-221037.yaml b/.changes/1.7.0/Dependencies-20230807-221037.yaml deleted file mode 100644 index daa1e3ba0..000000000 --- a/.changes/1.7.0/Dependencies-20230807-221037.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update tox requirement from ~=4.5 to ~=4.6" -time: 2023-08-07T22:10:37.00000Z -custom: - Author: dependabot[bot] - PR: 861 diff --git a/.changes/1.7.0/Dependencies-20230809-043913.yaml b/.changes/1.7.0/Dependencies-20230809-043913.yaml deleted file mode 100644 index 28432003d..000000000 --- a/.changes/1.7.0/Dependencies-20230809-043913.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update pip-tools requirement from ~=7.2 to ~=7.3" -time: 2023-08-09T04:39:13.00000Z -custom: - Author: dependabot[bot] - PR: 863 diff --git a/.changes/1.7.0/Dependencies-20230811-221135.yaml b/.changes/1.7.0/Dependencies-20230811-221135.yaml deleted file mode 100644 index 4fd2e4f54..000000000 --- a/.changes/1.7.0/Dependencies-20230811-221135.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update tox requirement from ~=4.6 to ~=4.7" -time: 2023-08-11T22:11:35.00000Z -custom: - Author: dependabot[bot] - PR: 867 diff --git a/.changes/1.7.0/Dependencies-20230814-224754.yaml b/.changes/1.7.0/Dependencies-20230814-224754.yaml deleted file mode 100644 index 4cd4a01d4..000000000 --- a/.changes/1.7.0/Dependencies-20230814-224754.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update tox requirement from ~=4.7 to ~=4.8" -time: 2023-08-14T22:47:54.00000Z -custom: - Author: dependabot[bot] - PR: 871 diff --git a/.changes/1.7.0/Dependencies-20230814-224757.yaml b/.changes/1.7.0/Dependencies-20230814-224757.yaml deleted file mode 100644 index 7014382bd..000000000 --- a/.changes/1.7.0/Dependencies-20230814-224757.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Bump mypy from 1.4.1 to 1.5.0" -time: 2023-08-14T22:47:57.00000Z -custom: - Author: dependabot[bot] - PR: 872 diff --git a/.changes/1.7.0/Dependencies-20230816-221452.yaml b/.changes/1.7.0/Dependencies-20230816-221452.yaml deleted file mode 100644 index 8a5d3f0ca..000000000 --- a/.changes/1.7.0/Dependencies-20230816-221452.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update tox requirement from ~=4.8 to ~=4.9" -time: 2023-08-16T22:14:52.00000Z -custom: - Author: dependabot[bot] - PR: 874 diff --git a/.changes/1.7.0/Dependencies-20230816-221455.yaml b/.changes/1.7.0/Dependencies-20230816-221455.yaml deleted file mode 100644 index 01a28c487..000000000 --- a/.changes/1.7.0/Dependencies-20230816-221455.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Bump mypy from 1.5.0 to 1.5.1" -time: 2023-08-16T22:14:55.00000Z -custom: - Author: dependabot[bot] - PR: 875 diff --git a/.changes/1.7.0/Dependencies-20230825-154517.yaml b/.changes/1.7.0/Dependencies-20230825-154517.yaml deleted file mode 100644 index 3afae44e4..000000000 --- a/.changes/1.7.0/Dependencies-20230825-154517.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update tox requirement from ~=4.9 to ~=4.10" -time: 2023-08-25T15:45:17.00000Z -custom: - Author: dependabot[bot] - PR: 879 diff --git a/.changes/1.7.0/Dependencies-20230904-221612.yaml b/.changes/1.7.0/Dependencies-20230904-221612.yaml deleted file mode 100644 index 50d6dbf5e..000000000 --- a/.changes/1.7.0/Dependencies-20230904-221612.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update pre-commit requirement from ~=3.3 to ~=3.4" -time: 2023-09-04T22:16:12.00000Z -custom: - Author: dependabot[bot] - PR: 884 diff --git a/.changes/1.7.0/Dependencies-20230911-222120.yaml b/.changes/1.7.0/Dependencies-20230911-222120.yaml deleted file mode 100644 index b1b2b68bf..000000000 --- a/.changes/1.7.0/Dependencies-20230911-222120.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update black requirement from ~=23.7 to ~=23.9" -time: 2023-09-11T22:21:20.00000Z -custom: - Author: dependabot[bot] - PR: 886 diff --git a/.changes/1.7.0/Dependencies-20230912-222718.yaml b/.changes/1.7.0/Dependencies-20230912-222718.yaml deleted file mode 100644 index 560c91767..000000000 --- a/.changes/1.7.0/Dependencies-20230912-222718.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: "Dependencies" -body: "Update tox requirement from ~=4.10 to ~=4.11" -time: 2023-09-12T22:27:18.00000Z -custom: - Author: dependabot[bot] - PR: 887 diff --git a/.changes/1.7.0/Features-20221229-200956.yaml b/.changes/1.7.0/Features-20221229-200956.yaml deleted file mode 100644 index 1add9bf72..000000000 --- a/.changes/1.7.0/Features-20221229-200956.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Features -body: Support server side parameters in thrift connection -time: 2022-12-29T20:09:56.457776+02:00 -custom: - Author: ' hanna-liashchuk' - Issue: "387" - PR: "577" diff --git a/.changes/1.7.0/Features-20230707-104150.yaml b/.changes/1.7.0/Features-20230707-104150.yaml deleted file mode 100644 index 183a37b45..000000000 --- a/.changes/1.7.0/Features-20230707-104150.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Support server_side_parameters for Spark session connection method -time: 2023-07-07T10:41:50.01541+02:00 -custom: - Author: alarocca-apixio - Issue: "690" diff --git a/.changes/1.7.0/Features-20230707-113337.yaml b/.changes/1.7.0/Features-20230707-113337.yaml deleted file mode 100644 index de0a50fe8..000000000 --- a/.changes/1.7.0/Features-20230707-113337.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Add server_side_parameters to HTTP connection method -time: 2023-07-07T11:33:37.794112+02:00 -custom: - Author: Fokko,JCZuurmond - Issue: "824" diff --git a/.changes/1.7.0/Features-20230707-114650.yaml b/.changes/1.7.0/Features-20230707-114650.yaml deleted file mode 100644 index 6f1b3d38a..000000000 --- a/.changes/1.7.0/Features-20230707-114650.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Enforce server side parameters keys and values to be strings -time: 2023-07-07T11:46:50.390918+02:00 -custom: - Author: Fokko,JCZuurmond - Issue: "826" diff --git a/.changes/1.7.0/Features-20230707-135442.yaml b/.changes/1.7.0/Features-20230707-135442.yaml deleted file mode 100644 index 39b119527..000000000 --- a/.changes/1.7.0/Features-20230707-135442.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Add SessionConnectionWrapper -time: 2023-07-07T13:54:42.41341+02:00 -custom: - Author: Fokko - Issue: "829" diff --git a/.changes/1.7.0/Features-20230817-130731.yaml b/.changes/1.7.0/Features-20230817-130731.yaml deleted file mode 100644 index e88deb7bd..000000000 --- a/.changes/1.7.0/Features-20230817-130731.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Persist Column level comments when creating views -time: 2023-08-17T13:07:31.6812862Z -custom: - Author: jurasan - Issue: 372 diff --git a/.changes/1.7.0/Features-20230921-180958.yaml b/.changes/1.7.0/Features-20230921-180958.yaml deleted file mode 100644 index 66141eb5f..000000000 --- a/.changes/1.7.0/Features-20230921-180958.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Support storing test failures as views -time: 2023-09-21T18:09:58.174136-04:00 -custom: - Author: mikealfare - Issue: "6914" diff --git a/.changes/1.7.0/Features-20231011-094718.yaml b/.changes/1.7.0/Features-20231011-094718.yaml deleted file mode 100644 index 8503a70b8..000000000 --- a/.changes/1.7.0/Features-20231011-094718.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Create temporary views with 'or replace' -time: 2023-10-11T09:47:18.485764-07:00 -custom: - Author: annazizian - Issue: "350" diff --git a/.changes/1.7.0/Fixes-20230517-142331.yaml b/.changes/1.7.0/Fixes-20230517-142331.yaml deleted file mode 100644 index 9f90e48b3..000000000 --- a/.changes/1.7.0/Fixes-20230517-142331.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Wrap AnalysisException into DbtRuntimeError -time: 2023-05-17T14:23:31.263799+02:00 -custom: - Author: Fokko - Issue: "782" diff --git a/.changes/1.7.0/Fixes-20230810-014122.yaml b/.changes/1.7.0/Fixes-20230810-014122.yaml deleted file mode 100644 index fcb34237e..000000000 --- a/.changes/1.7.0/Fixes-20230810-014122.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: include tblproperties macro in adapters.sql create table -time: 2023-08-10T01:41:22.782982+08:00 -custom: - Author: etheleon - Issue: "865" diff --git a/.changes/1.7.0/Security-20230817-145626.yaml b/.changes/1.7.0/Security-20230817-145626.yaml deleted file mode 100644 index 4add88cbc..000000000 --- a/.changes/1.7.0/Security-20230817-145626.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Security -body: Add docker image to the repo -time: 2023-08-17T14:56:26.361208+02:00 -custom: - Author: Fokko - PR: "876" diff --git a/.changes/1.7.0/Under the Hood-20230724-165508.yaml b/.changes/1.7.0/Under the Hood-20230724-165508.yaml deleted file mode 100644 index 889484644..000000000 --- a/.changes/1.7.0/Under the Hood-20230724-165508.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Update stale workflow to use centralized version -time: 2023-07-24T16:55:08.096947-04:00 -custom: - Author: mikealfare - Issue: "842" diff --git a/.changes/1.7.0/Under the Hood-20230830-160616.yaml b/.changes/1.7.0/Under the Hood-20230830-160616.yaml deleted file mode 100644 index 018a94030..000000000 --- a/.changes/1.7.0/Under the Hood-20230830-160616.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Remove dependency on hologram -time: 2023-08-30T16:06:16.444881-07:00 -custom: - Author: colin-rogers-dbt - Issue: "881" diff --git a/CHANGELOG.md b/CHANGELOG.md index a96f932ac..34e05cefe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,46 +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.7.0-rc1 - October 12, 2023 - -### Features - -- Support storing test failures as views ([#6914](https://github.com/dbt-labs/dbt-spark/issues/6914)) -- Create temporary views with 'or replace' ([#350](https://github.com/dbt-labs/dbt-spark/issues/350)) - -### Contributors -- [@annazizian](https://github.com/annazizian) ([#350](https://github.com/dbt-labs/dbt-spark/issues/350)) - - -## 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 +## dbt-spark 1.7.0 - November 02, 2023 ### Features @@ -53,6 +14,9 @@ - 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)) +- Persist Column level comments when creating views ([#372](https://github.com/dbt-labs/dbt-spark/issues/372)) +- Support storing test failures as views ([#6914](https://github.com/dbt-labs/dbt-spark/issues/6914)) +- Create temporary views with 'or replace' ([#350](https://github.com/dbt-labs/dbt-spark/issues/350)) ### Fixes @@ -62,6 +26,7 @@ ### Under the Hood - Update stale workflow to use centralized version ([#842](https://github.com/dbt-labs/dbt-spark/issues/842)) +- Remove dependency on hologram ([#881](https://github.com/dbt-labs/dbt-spark/issues/881)) ### Dependencies @@ -70,6 +35,7 @@ - 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)) +- Replace sasl with pure-sasl for PyHive ([#818](https://github.com/dbt-labs/dbt-spark/pull/818)) - 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)) @@ -84,13 +50,26 @@ - 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)) +- 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) ([#829](https://github.com/dbt-labs/dbt-spark/issues/829), [#782](https://github.com/dbt-labs/dbt-spark/issues/782)) +- [@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), [#876](https://github.com/dbt-labs/dbt-spark/pull/876)) - [@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)) +- [@annazizian](https://github.com/annazizian) ([#350](https://github.com/dbt-labs/dbt-spark/issues/350)) - [@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)) +- [@jurasan](https://github.com/jurasan) ([#372](https://github.com/dbt-labs/dbt-spark/issues/372)) + ## Previous Releases For information on prior major and minor releases, see their changelogs: diff --git a/dbt/adapters/spark/__version__.py b/dbt/adapters/spark/__version__.py index 748f8f4ea..a55413d15 100644 --- a/dbt/adapters/spark/__version__.py +++ b/dbt/adapters/spark/__version__.py @@ -1 +1 @@ -version = "1.7.0rc1" +version = "1.7.0" diff --git a/setup.py b/setup.py index 0ed8a56d9..e8cbdcb04 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def _get_dbt_core_version(): package_name = "dbt-spark" -package_version = "1.7.0rc1" +package_version = "1.7.0" dbt_core_version = _get_dbt_core_version() description = """The Apache Spark adapter plugin for dbt"""