Need a feature where we can pull the private key directly from os.environ["SNOWFLAKE_PRIVATE_KEY"], instead of having an option where it should be in a file only. #252
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Sometimes we don't want to store the keys in file and we directly want to use them. Current implementation, doesn't allows it.
Describe the solution you'd like
we can pull the private key directly from os.environ["SNOWFLAKE_PRIVATE_KEY"]
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: