1

Need help on connecting SSIS to snowflake using ssh key pair authentication method.

Create a DSN with the required values for: User: Your Snowflake User Server: Your Tenant URL Database: YourDatabase Schema: Your Schema Warehouse: YourWarehouse Role: YourRole Authenticator: ???

what to mention in the authenticator field when i use ssh key pair auth

any help on this ?

1 Answer 1

0

When using key/pair authentication with ODBC you need to set:

AUTHENTICATOR = SNOWFLAKE_JWT

Specifies to authenticate the Snowflake connection using key pair authentication with JSON Web Token (JWT).

For more information have a look here.

Sign up to request clarification or add additional context in comments.

1 Comment

it worked fine .. Thanks

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.