Replies: 1 comment 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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