Skip to content

Commit 0f91864

Browse files
Updated TOX command and dbt project in integration tests
1 parent 3256c32 commit 0f91864

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'dbt_snowflake_streams_tasks'
1+
name: 'dbt_streams_tasks'
22
version: '0.0.2'
33
config-version: 2
44
require-dbt-version: [">=1.0.0", "<2.0.0"]

integration_tests/dbt_project.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: 'dbt_snowflake_streams_tasks_integration_tests'
2+
name: 'dbt_streams_tasks_integration_tests'
33
version: '1.0'
44

55
profile: 'integration_tests'
@@ -22,6 +22,10 @@ flags:
2222
use_colors: True
2323

2424
models:
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']

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]
1818
changedir = integration_tests
1919
allowlist_externals =
2020
dbt
2121
skip_install = true
2222
commands =
2323
dbt --version
24-
dbt debug --target postgres
24+
dbt debug --target snowflake

0 commit comments

Comments
 (0)