Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove synapse from testing matrix #335

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading