Skip to content

Commit

Permalink
Merge pull request #335 from dbt-labs/er/remove-synapse
Browse files Browse the repository at this point in the history
remove synapse from testing matrix
  • Loading branch information
dataders authored Dec 20, 2024
2 parents 42413d0 + c183e40 commit 0e778b3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ jobs:
BIGQUERY_PROJECT: ${{ vars.BIGQUERY_PROJECT }}
BIGQUERY_SCHEMA: "integration_tests_bigquery_${{ github.run_number }}"
# synapse
SYNAPSE_DRIVER: ${{ vars.SYNAPSE_DRIVER }}
SYNAPSE_HOST: ${{ vars.SYNAPSE_HOST }}
SYNAPSE_PORT: ${{ vars.SYNAPSE_PORT }}
SYNAPSE_DATABASE: ${{ vars.SYNAPSE_DATABASE }}
SYNAPSE_AUTHENTICATION: ${{ vars.SYNAPSE_AUTHENTICATION }}
SYNAPSE_TENANT_ID: ${{ vars.SYNAPSE_TENANT_ID }}
SYNAPSE_CLIENT_ID: ${{ vars.SYNAPSE_CLIENT_ID }}
# temporarily removed until we can get the cluster hooked up to the blob correctly
# SYNAPSE_DRIVER: ${{ vars.SYNAPSE_DRIVER }}
# SYNAPSE_HOST: ${{ vars.SYNAPSE_HOST }}
# SYNAPSE_PORT: ${{ vars.SYNAPSE_PORT }}
# SYNAPSE_DATABASE: ${{ vars.SYNAPSE_DATABASE }}
# SYNAPSE_AUTHENTICATION: ${{ vars.SYNAPSE_AUTHENTICATION }}
# SYNAPSE_TENANT_ID: ${{ vars.SYNAPSE_TENANT_ID }}
# SYNAPSE_CLIENT_ID: ${{ vars.SYNAPSE_CLIENT_ID }}

secrets:
DBT_ENV_SECRET_REDSHIFT_PASS: ${{ secrets.DBT_ENV_SECRET_REDSHIFT_PASS }}
Expand Down
2 changes: 1 addition & 1 deletion supported_adapters.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SUPPORTED_ADAPTERS=snowflake,redshift,bigquery,synapse
SUPPORTED_ADAPTERS=snowflake,redshift,bigquery
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ commands =
dbt test --target bigquery

# run dbt commands directly, assumes dbt is already installed in environment
# temporarily removed from CI testing until we can get the cluster hooked up to the blob correctly
[testenv:dbt_integration_synapse]
changedir = integration_tests
allowlist_externals =
Expand Down

0 comments on commit 0e778b3

Please sign in to comment.