* 🎉 Source MSSQL: Added support for connection via SSH tunnels (#5966) * 🎉 Source MSSQL: Added support for connection via SSH tunnels (#5966) updated image version * 🎉 Source MSSQL: Added support for connection via SSH tunnels (#5966) correction of remarks * 🎉 Source MSSQL: Added support for connection via SSH tunnels (#5966) bumb image version
This commit is contained in:
committed by
GitHub
parent
023a9ba979
commit
59cd5ca308
2
.github/workflows/publish-command.yml
vendored
2
.github/workflows/publish-command.yml
vendored
@@ -182,6 +182,8 @@ jobs:
|
||||
SOURCE_BAMBOO_HR_CREDS: ${{ secrets.SOURCE_BAMBOO_HR_CREDS }}
|
||||
SOURCE_BIGCOMMERCE_CREDS: ${{ secrets.SOURCE_BIGCOMMERCE_CREDS }}
|
||||
DESTINATION_DATABRICKS_CREDS: ${{ secrets.DESTINATION_DATABRICKS_CREDS }}
|
||||
MSSQL_SSH_KEY_TEST_CREDS: ${{ secrets.MSSQL_SSH_KEY_TEST_CREDS }}
|
||||
MSSQL_SSH_PWD_TEST_CREDS: ${{ secrets.MSSQL_SSH_PWD_TEST_CREDS }}
|
||||
- run: |
|
||||
echo "$SPEC_CACHE_SERVICE_ACCOUNT_KEY" > spec_cache_key_file.json && docker login -u airbytebot -p ${DOCKER_PASSWORD}
|
||||
./tools/integrations/manage.sh publish airbyte-integrations/${{ github.event.inputs.connector }} ${{ github.event.inputs.run-tests }} --publish_spec_to_cache
|
||||
|
||||
2
.github/workflows/test-command.yml
vendored
2
.github/workflows/test-command.yml
vendored
@@ -177,6 +177,8 @@ jobs:
|
||||
SOURCE_BAMBOO_HR_CREDS: ${{ secrets.SOURCE_BAMBOO_HR_CREDS }}
|
||||
SOURCE_BIGCOMMERCE_CREDS: ${{ secrets.SOURCE_BIGCOMMERCE_CREDS }}
|
||||
DESTINATION_DATABRICKS_CREDS: ${{ secrets.DESTINATION_DATABRICKS_CREDS }}
|
||||
MSSQL_SSH_KEY_TEST_CREDS: ${{ secrets.MSSQL_SSH_KEY_TEST_CREDS }}
|
||||
MSSQL_SSH_PWD_TEST_CREDS: ${{ secrets.MSSQL_SSH_PWD_TEST_CREDS }}
|
||||
- run: |
|
||||
./tools/bin/ci_integration_test.sh ${{ github.event.inputs.connector }}
|
||||
name: test ${{ github.event.inputs.connector }}
|
||||
|
||||
Reference in New Issue
Block a user