-
Notifications
You must be signed in to change notification settings - Fork 1k
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
#16720: Add Support for Salesforce SSL #16719
Conversation
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
@@ -147,7 +170,22 @@ def _(self, connection): | |||
|
|||
|
|||
@singledispatch | |||
def check_ssl_and_init(_): | |||
def check_ssl_and_init(_) -> None: | |||
return None |
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.
I suggest to raise NotImplementedError
for the base case
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.
I was thinking of doing a whole cleanup, so that we need to initialize and modify things at single place
It will take place as part of this #15913
Quality Gate passed for 'open-metadata-ui'Issues Measures |
Quality Gate passed for 'open-metadata-ingestion'Issues Measures |
Passing run #34449 ↗︎
Details:
Review all test suite changes for PR #16719 ↗︎ |
Describe your changes:
Add Support for Salesforce SSL
I worked on implementing / allowing salesforce connection using ssl
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>