How to connect to Snowflake with Key Pair Authentication

If you are connecting to Snowflake using Key Pair Authentication, set the AUTHENTICATOR and PRIV_KEY_FILE parameters in the Additional Parameters field of your Snowflake connection.

Enter these parameters by concatenating them with “;” as follows (be sure to set the actual file path for the PREV_KEY_FILE):

AUTHENTICATOR=SNOWFLAKE_JWT;PRIV_KEY_FILE=path/rsa_key.p8

1 Like