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

feat(destination-mssql-v2,bulk-cdk): add ssl restriction #52147

Open
wants to merge 2 commits into
base: move/destination-mssql-v2
Choose a base branch
from

Conversation

gosusnp
Copy link
Contributor

@gosusnp gosusnp commented Jan 25, 2025

What

  • Add SSL Restriction for Airbyte Cloud to destination-mssql-v2
  • Update CDK to not double wrap ConfigErrorException

Can this PR be safely reverted and rolled back?

  • YES πŸ’š
  • NO ❌

@gosusnp gosusnp requested review from jdpgrailsdev and edgao January 25, 2025 01:41
@gosusnp gosusnp requested a review from a team as a code owner January 25, 2025 01:41
Copy link

vercel bot commented Jan 25, 2025

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
airbyte-docs βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Jan 27, 2025 6:27pm

Copy link
Contributor

@jdpgrailsdev jdpgrailsdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@jdpgrailsdev
Copy link
Contributor

@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) {
Copy link
Contributor

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)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues CDK Connector Development Kit connectors/destination/mssql-v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants