From 20bea495e7f711856525bb7b913198929f5540ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:26:40 +0000 Subject: [PATCH 1/2] Update dbt-spark[ODBC] requirement Updates the requirements on [dbt-spark[ODBC]](https://github.com/dbt-labs/dbt-spark) to permit the latest version. - [Release notes](https://github.com/dbt-labs/dbt-spark/releases) - [Changelog](https://github.com/dbt-labs/dbt-spark/blob/v1.9.0/CHANGELOG.md) - [Commits](https://github.com/dbt-labs/dbt-spark/compare/v1.1.0...v1.9.0) --- updated-dependencies: - dependency-name: dbt-spark[ODBC] dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ca611d4..e50b36f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ where = src [options.extras_require] test = - dbt-spark[ODBC]>=1.1.0,<1.9.0 + dbt-spark[ODBC]>=1.1.0,<1.10.0 pyspark>=3.0.0,<4.0.0 pre-commit>=2.14.1 pytest>=6.2.5 From 2a359b98443c29ca1beced7f0986f4933dde92df Mon Sep 17 00:00:00 2001 From: Cor Date: Sat, 11 Jan 2025 14:46:45 +0100 Subject: [PATCH 2/2] Test dbt-spark 1.9.0 --- setup.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e50b36f..a6fec18 100644 --- a/setup.cfg +++ b/setup.cfg @@ -71,8 +71,8 @@ spark_options = [tox:tox] envlist = - py{3.8,3.9,3.10}-dbt-spark{11,12,13,14,15,16,17,18} - py3.11-dbt-spark{14,15,16,17,18} # Previous dbt-spark versions fail when using Python 3.11 + py{3.8,3.9,3.10}-dbt-spark{11,12,13,14,15,16,17,18,19} + py3.11-dbt-spark{14,15,16,17,18,19} # Previous dbt-spark versions fail when using Python 3.11 isolated_build = true skip_missing_interpreters = true @@ -95,6 +95,7 @@ deps = dbt-spark16: dbt-spark[ODBC]~=1.6.0 dbt-spark17: dbt-spark[ODBC]~=1.7.0 dbt-spark18: dbt-spark[ODBC]~=1.8.0 + dbt-spark19: dbt-spark[ODBC]~=1.9.0 pip >= 19.3.1 extras = test commands = pytest {posargs:tests} @@ -116,6 +117,7 @@ deps = dbt-spark16: dbt-spark[ODBC]~=1.6.0 dbt-spark17: dbt-spark[ODBC]~=1.7.0 dbt-spark18: dbt-spark[ODBC]~=1.8.0 + dbt-spark19: dbt-spark[ODBC]~=1.9.0 pip >= 19.3.1 extras = test commands_pre = dbt deps --project-dir {toxinidir}/docs/source/_static/dbt_project --profiles-dir {toxinidir}/docs/source/_static/dbt_project