-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Improve check connection performance for all JDBC-related DBs #12820
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
Improve check connection performance for all JDBC-related DBs #12820
Conversation
# Conflicts: # docs/integrations/destinations/redshift.md
/publish connector=connectors/destination-snowflake
|
/test connector=connectors/destination-snowflake
|
/test connector=connectors/destination-azure-blob-storage
|
/test connector=connectors/destination-clickhouse
|
/test connector=connectors/destination-clickhouse-strict-encrypt
|
/test connector=connectors/destination-dynamodb
|
/test connector=connectors/destination-gcs
|
/test connector=connectors/destination-mariadb-columnstore
|
/test connector=connectors/destination-mssql
|
/test connector=connectors/destination-mssql-strict-encrypt
|
/test connector=connectors/destination-mysql
|
/test connector=connectors/destination-mysql-strict-encrypt
|
/test connector=connectors/destination-oracle
|
/test connector=connectors/destination-oracle-strict-encrypt
|
/publish connector=connectors/destination-oracle-strict-encrypt
|
/publish connector=connectors/destination-oracle
|
/test connector=connectors/destination-mssql-strict-encrypt
|
/test connector=connectors/destination-mssql
|
/publish connector=connectors/destination-mssql
|
/publish connector=connectors/destination-mssql-strict-encrypt
|
/publish connector=connectors/destination-mssql auto-bump-version=false
|
/publish connector=connectors/destination-redshift auto-bump-version=false
|
@alexandr-shegeda can you bump the redshift destination again? I didn't find information about the 35 version and excluded from Dockerhub and publish #12940 with it. |
Also would be better change the title of your PR. It's doing way more than editing Snowflake destination. |
# Conflicts: # docs/integrations/destinations/redshift.md
/publish connector=connectors/destination-redshift
|
…ehq#12820) * removed redundant read permission check for destination * bump docker image versions, update definitions and changelog * bump docker image versions, update definitions and changelog * update changelog * fix for MSSQL and Oracle tests * fix for MSSQL strict encrypt * fixed conflicts * revert versions that were not published
What
Describe what the change is solving
It helps to add screenshots if it affects the frontend.
How
Optimized
check
operation by removing theSELECT SCHEMA
part.Recommended reading order
AbstractJdbcDestination.java
CreateDropTableOperation.java
SnowflakeInternalStagingDestination.java
🚨 User Impact 🚨
No user impact. Removed redundant schema retrieve operation in the scope of the
check
method.Pre-merge Checklist
Tests
Unit
Put your unit tests output here.
Integration
Put your integration tests output here.
Acceptance
Put your acceptance tests output here.