File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : ' dbt_snowflake_streams_tasks '
1+ name : ' dbt_streams_tasks '
22version : ' 0.0.2'
33config-version : 2
44require-dbt-version : [">=1.0.0", "<2.0.0"]
Original file line number Diff line number Diff line change 11
2- name : ' dbt_snowflake_streams_tasks_integration_tests '
2+ name : ' dbt_streams_tasks_integration_tests '
33version : ' 1.0'
44
55profile : ' integration_tests'
@@ -22,6 +22,10 @@ flags:
2222 use_colors : True
2323
2424models :
25- dbt_snowflake_streams_tasks_integration_tests :
25+ dbt_streams_tasks_integration_tests :
2626 customers :
2727 +enabled : True
28+
29+ dispatch :
30+ - macro_namespace : ' dbt_streams_tasks'
31+ search_order : ['dbt_streams_tasks_integration_tests', 'dbt_streams_tasks']
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ passenv =
1414
1515# Postgres integration tests for centralized dbt testing
1616# run dbt commands directly, assumes dbt is already installed in environment
17- [testenv:dbt_integration_postgres ]
17+ [testenv:dbt_integration_snowflake ]
1818changedir = integration_tests
1919allowlist_externals =
2020 dbt
2121skip_install = true
2222commands =
2323 dbt --version
24- dbt debug --target postgres
24+ dbt debug --target snowflake
You can’t perform that action at this time.
0 commit comments