Skip to content

Commit f8d6416

Browse files
authored
Merge pull request #7 from edx/mzakaria/DENG-1414-update-dbt-version
chore: Update DBT Version to 1.3.0
2 parents 2bbae37 + 9ecaa0e commit f8d6416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ setenv =
2121
SNOWFLAKE_TEST_PASSWORD={env:SNOWFLAKE_TEST_PASSWORD:}
2222
deps =
2323
pytest
24-
dbt1: dbt-core==1.2.0
25-
dbt-snowflake==1.2.0
24+
dbt1: dbt-core==1.3.0
25+
dbt-snowflake==1.3.0
2626
commands =
2727
# --full-refresh will cause seed to drop existing seed tables first, which helps make tests deterministic.
2828
dbt seed --project-dir integration_tests/seed_project --profiles-dir integration_tests/test_profile --full-refresh

0 commit comments

Comments
 (0)