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

Additional Snowflake Connection Parameters #1179

Open
iireland-ii opened this issue Nov 12, 2024 · 1 comment
Open

Additional Snowflake Connection Parameters #1179

iireland-ii opened this issue Nov 12, 2024 · 1 comment
Labels
feature request Ideas to improve an integration integration:snowflake P3

Comments

@iireland-ii
Copy link

The current snowflake integration assumes a password authentication, snowflake provides additional connection methodologies such as a private_key for engineers to develop services.
-https://docs.snowflake.com/developer-guide/python-connector/python-connector-connect#using-key-pair-authentication-and-key-pair-rotation
-https://docs.snowflake.com/en/user-guide/key-pair-auth

Solution
Add other more secure connection methods to the snowflake_table_retriever class:
Private_key_file
Private_key_file_pwd

@iireland-ii
Copy link
Author

I've created a pull request to add this functionality.

#1190

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Ideas to improve an integration integration:snowflake P3
Projects
None yet
Development

No branches or pull requests

3 participants