File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11config-version : 2
22
33name : ' snowflake_timetravel_table'
4- version : ' 0.0.2 '
4+ version : ' 0.0.3 '
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ version: '0.0.1'
77
88profile : ' integration_tests'
99
10- source -paths : ["models"]
10+ model -paths : ["models"]
1111test-paths : ["tests"]
12- data -paths : ["data"]
12+ seed -paths : ["data"]
1313
1414models :
1515 # We must disable creating tables as "transient" since those do not support time travel.
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ version: '0.0.1'
88
99profile : ' integration_tests'
1010
11- source -paths : ["models"]
11+ model -paths : ["models"]
1212test-paths : ["tests"]
13- data -paths : ["data"]
13+ seed -paths : ["data"]
1414
1515models :
1616 # We must disable creating tables as "transient" since those do not support time travel.
Original file line number Diff line number Diff line change 11[tox]
22# use skipsdist=True to avoid needing a setup.py, since the thing we are testing is NOT a python package.
33skipsdist = True
4- envlist = py38-dbt{021 }-int
4+ envlist = py38-dbt{1 }-int
55
66[pytest]
77testpaths =
@@ -21,7 +21,8 @@ setenv =
2121 SNOWFLAKE_TEST_PASSWORD ={env:SNOWFLAKE_TEST_PASSWORD:}
2222deps =
2323 pytest
24- dbt021: dbt>=0.21,<1.0
24+ dbt1: dbt-core>=1.0.3,<1.0.4
25+ dbt-snowflake ==1.0.0
2526commands =
2627 # --full-refresh will cause seed to drop existing seed tables first, which helps make tests deterministic.
2728 dbt seed --project-dir integration_tests/seed_project --profiles-dir integration_tests/test_profile --full-refresh
You can’t perform that action at this time.
0 commit comments