diff --git a/tox.ini b/tox.ini index 11d91e0..1fd1d62 100644 --- a/tox.ini +++ b/tox.ini @@ -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 @@ -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 @@ -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 @@ -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 @@ -189,4 +189,4 @@ allowlist_externals = skip_install = true commands = dbt --version - dbt debug --target trino + dbt debug --target athena