Skip to content

Commit 0e778b3

Browse files
authored
Merge pull request #335 from dbt-labs/er/remove-synapse
remove synapse from testing matrix
2 parents 42413d0 + c183e40 commit 0e778b3

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.github/workflows/ci.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@ jobs:
3636
BIGQUERY_PROJECT: ${{ vars.BIGQUERY_PROJECT }}
3737
BIGQUERY_SCHEMA: "integration_tests_bigquery_${{ github.run_number }}"
3838
# synapse
39-
SYNAPSE_DRIVER: ${{ vars.SYNAPSE_DRIVER }}
40-
SYNAPSE_HOST: ${{ vars.SYNAPSE_HOST }}
41-
SYNAPSE_PORT: ${{ vars.SYNAPSE_PORT }}
42-
SYNAPSE_DATABASE: ${{ vars.SYNAPSE_DATABASE }}
43-
SYNAPSE_AUTHENTICATION: ${{ vars.SYNAPSE_AUTHENTICATION }}
44-
SYNAPSE_TENANT_ID: ${{ vars.SYNAPSE_TENANT_ID }}
45-
SYNAPSE_CLIENT_ID: ${{ vars.SYNAPSE_CLIENT_ID }}
39+
# temporarily removed until we can get the cluster hooked up to the blob correctly
40+
# SYNAPSE_DRIVER: ${{ vars.SYNAPSE_DRIVER }}
41+
# SYNAPSE_HOST: ${{ vars.SYNAPSE_HOST }}
42+
# SYNAPSE_PORT: ${{ vars.SYNAPSE_PORT }}
43+
# SYNAPSE_DATABASE: ${{ vars.SYNAPSE_DATABASE }}
44+
# SYNAPSE_AUTHENTICATION: ${{ vars.SYNAPSE_AUTHENTICATION }}
45+
# SYNAPSE_TENANT_ID: ${{ vars.SYNAPSE_TENANT_ID }}
46+
# SYNAPSE_CLIENT_ID: ${{ vars.SYNAPSE_CLIENT_ID }}
4647

4748
secrets:
4849
DBT_ENV_SECRET_REDSHIFT_PASS: ${{ secrets.DBT_ENV_SECRET_REDSHIFT_PASS }}

supported_adapters.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SUPPORTED_ADAPTERS=snowflake,redshift,bigquery,synapse
1+
SUPPORTED_ADAPTERS=snowflake,redshift,bigquery

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ commands =
8080
dbt test --target bigquery
8181

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

0 commit comments

Comments
 (0)