Replies: 2 comments 4 replies
-
|
It's supported: [connections.pkp]
user = "jdoe"
account = "foo"
private_key_path = "/path/to/key.pem"
authenticator = "SNOWFLAKE_JWT" |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
Hi guys use private_key_file and it should work :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am able to specify my private key path and authenticator type in the command line using --private-key-path --authenticator SNOWFLAKE_JWT but those option are missing from the toml configuration file
Context
I will simplify executing, building, testing and deploying my python code to Snowflake
Beta Was this translation helpful? Give feedback.
All reactions