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.com

  • Enter 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.com

  • Enter the directory of your RSA key using the JDBC param private_key_file

  • Enter the password of your RSA key using the JDBC param private_key_file_pwd

  • Ensure 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