-
Notifications
You must be signed in to change notification settings - Fork 260
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
Separate out snowflake source #836
Separate out snowflake source #836
Conversation
update local repo main
merge main to feature
@aabbasi-hbo Thanks for the contribution! This is really a good PR, clean and to the point. The only comment I have is - can you separate the registry part? Since that is causing some failures so it might be better to separate those. |
Other parts looks really great BTW. Thanks for the contribution! |
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 the contribution, this LGTM. Please also help resolve the conflicts.
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.
@xiaoyongzhu @hangfei any more changes/fixes needed for this PR?
@aabbasi-hbo thanks for the contribution! I don't have more comments. I'll circle back to @hangfei and let him approve as well. |
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.
This looks great! Thank you!
Description
Separates Snowflake implementation into its own functionality. Fix to allow for registry authentication when using AWS
Resolves #835
How was this PR tested?
Updated/Added Unit Tests
Does this PR introduce any user-facing changes?
Allows users to directly use SnowflakeSource instead of specifying snowflake information in HdfsSource