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
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"]
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