-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Remove legacy sentry code from java connectors #14414
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
Conversation
@tuliren I'd appreciate you checking over this as I'm not 100% sure on whether the syntax needs to change in some places when removing the executeWithTracing() |
Looks good. Please run integration tests for each of the affected connectors |
/test connector=connectors/destination-oracle
Build PassedTest summary info:
|
/test connector=connectors/destination-oracle-strict-encrypt
Build PassedTest summary info:
|
/test connector=connectors/destination-snowflake
Build PassedTest summary info:
|
/test connector=connectors/destination-databricks
Build PassedTest summary info:
|
/test connector=connectors/destination-mssql
Build PassedTest summary info:
|
/test connector=connectors/destination-mssql-strict-encrypt
Build PassedTest summary info:
|
/test connector=connectors/destination-oracle-strict-encrypt
Build PassedTest summary info:
|
/test connector=connectors/destination-clickhouse
Build PassedTest summary info:
|
/test connector=connectors/destination-mysql
Build PassedTest summary info:
|
/test connector=connectors/destination-postgres
Build PassedTest summary info:
|
/test connector=connectors/destination-redshift
Build PassedTest summary info:
|
…emove-legacy-sentry-java
@grishick tests all looking good, you ok to approve? |
* remove a bunch of things * removed the rest * formatting
What
java connector part of #13335
How
Removing code.
I'm not planning to publish new versions of the connectors with this PR as i'm just removing redundant code.