Snowflake
Authentication Using a Username and Password
Select the Snowflake JDBC
Enter your DB endpoint, this is made up of
jdbc:snowflake://myorganization-myaccount.snowflakecomputing.comEnter you username and password

Using RSA key
Select the Snowflake JDBC
Enter your DB endpoint, this is made up of
jdbc:snowflake://myorganization-myaccount.snowflakecomputing.comEnter the directory of your RSA key using the JDBC param
private_key_fileEnter the password of your RSA key using the JDBC param
private_key_file_pwdEnsure the RSA key is stored in an accessible location for the transformer. For a local Docker setup, place it where it can be accessed via the docker volume. On AWS ECS or EKS, you can either configure a volume using EBS or directly place the RSA key in the container directory.

Last updated

