We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bbae37 + 9ecaa0e commit f8d6416Copy full SHA for f8d6416
tox.ini
@@ -21,8 +21,8 @@ setenv =
21
SNOWFLAKE_TEST_PASSWORD={env:SNOWFLAKE_TEST_PASSWORD:}
22
deps =
23
pytest
24
- dbt1: dbt-core==1.2.0
25
- dbt-snowflake==1.2.0
+ dbt1: dbt-core==1.3.0
+ dbt-snowflake==1.3.0
26
commands =
27
# --full-refresh will cause seed to drop existing seed tables first, which helps make tests deterministic.
28
dbt seed --project-dir integration_tests/seed_project --profiles-dir integration_tests/test_profile --full-refresh
0 commit comments