- Notifications
You must be signed in to change notification settings - Fork 4.9k
Support Snowflake key pair auth for source connector #40424
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
Support Snowflake key pair auth for source connector #40424
Conversation
| The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| @aharbunou-branch running CI tests let's wait for the results. |
theyueli left a comment
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.
Thanks for your contribution!
@marcosmarxm does CI look good? Is there anything else I need to do before the PR can be merged? |
| @aharbunou-branch ask you to not update the branch as it will cancel the CI and will require me to start it again. |
| Do we know when this will be deployed? |
What
Addressing existed issue #14615
How
I used destination Snowflake connector implementation as a reference to support key pair auth for source connector.
https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/destination-snowflake
Review guide
y.jsonx.javaUser Impact
Users will be able to connect to Snowflake via Key Pair auth method.
There is no breaking changes.
Can this PR be safely reverted and rolled back?