Skip to content

Commit

Permalink
Added dbt-sqlserver 1.8.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bvkabn committed Sep 18, 2024
1 parent a24997d commit 2567972
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ commands =

[testenv:integration_sqlserver]
changedir = integration_test_project
deps = dbt-sqlserver~=1.7.4
deps = dbt-sqlserver~=1.8.4
commands =
dbt clean
dbt deps
Expand All @@ -376,3 +376,11 @@ commands =
dbt clean
dbt deps
dbt build --target sqlserver

[testenv:integration_sqlserver_1_8_4]
changedir = integration_test_project
deps = dbt-sqlserver~=1.8.4
commands =
dbt clean
dbt deps
dbt build --target sqlserver

0 comments on commit 2567972

Please sign in to comment.