Skip to content

Commit

Permalink
fix targets
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Sep 4, 2024
1 parent 2a1d2e4 commit d4cf453
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ allowlist_externals =
skip_install = true
commands =
dbt --version
dbt debug --target trino
dbt debug --target databricks

# Spark integration tests for centralized dbt testing
# run dbt commands directly, assumes dbt is already installed in environment
Expand All @@ -156,7 +156,7 @@ allowlist_externals =
skip_install = true
commands =
dbt --version
dbt debug --target trino
dbt debug --target spark

# Fabric integration tests for centralized dbt testing
# run dbt commands directly, assumes dbt is already installed in environment
Expand All @@ -167,7 +167,7 @@ allowlist_externals =
skip_install = true
commands =
dbt --version
dbt debug --target trino
dbt debug --target fabric

# Synapse integration tests for centralized dbt testing
# run dbt commands directly, assumes dbt is already installed in environment
Expand All @@ -178,7 +178,7 @@ allowlist_externals =
skip_install = true
commands =
dbt --version
dbt debug --target trino
dbt debug --target synapse

# Athena integration tests for centralized dbt testing
# run dbt commands directly, assumes dbt is already installed in environment
Expand All @@ -189,4 +189,4 @@ allowlist_externals =
skip_install = true
commands =
dbt --version
dbt debug --target trino
dbt debug --target athena

0 comments on commit d4cf453

Please sign in to comment.