Skip to content

Commit

Permalink
Add dbt v1.8.0 to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Jun 2, 2024
1 parent 6addf33 commit 8407a56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ spark_options =
[tox:tox]
envlist =
py3.7-dbt-spark{11,12,13,14,15} # dbt-spark v1.6 or later does not support Python 3.7
py{3.8,3.9,3.10}-dbt-spark{11,12,13,14,15,16,17}
py3.11-dbt-spark{14,15,16,17} # 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}
py3.11-dbt-spark{14,15,16,17,18} # Previous dbt-spark versions fail when using Python 3.11
isolated_build = true
skip_missing_interpreters = true

Expand All @@ -95,6 +95,7 @@ deps =
dbt-spark15: dbt-spark[ODBC]~=1.5.0
dbt-spark16: dbt-spark[ODBC]~=1.6.0
dbt-spark17: dbt-spark[ODBC]~=1.7.0
dbt-spark18: dbt-spark[ODBC]~=1.8.0
pip >= 19.3.1
extras = test
commands = pytest {posargs:tests}
Expand All @@ -115,6 +116,7 @@ deps =
dbt-spark15: dbt-spark[ODBC]~=1.5.0
dbt-spark16: dbt-spark[ODBC]~=1.6.0
dbt-spark17: dbt-spark[ODBC]~=1.7.0
dbt-spark18: dbt-spark[ODBC]~=1.8.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
Expand Down

0 comments on commit 8407a56

Please sign in to comment.