-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
feat(destination-mssql-v2,bulk-cdk): add ssl restriction #52147
base: move/destination-mssql-v2
Are you sure you want to change the base?
feat(destination-mssql-v2,bulk-cdk): add ssl restriction #52147
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gosusnp Looks like there are a few formatting issues. |
@@ -15,6 +15,8 @@ interface DestinationConfigurationFactory< | |||
fun make(spec: I): O = | |||
try { | |||
makeWithoutExceptionHandling(spec) | |||
} catch (e: ConfigErrorException) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! I guess we should do this for all the exception types defined here? https://github.com/airbytehq/airbyte/blob/70732cac5c232e5800ec17e0325d055938b293aa/airbyte-cdk/bulk/core/base/src/main/kotlin/io/airbyte/cdk/ConnectorErrorException.kt
(or just catch the base ConnectorErrorException
class)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
What
ConfigErrorException
Can this PR be safely reverted and rolled back?