Question

ConnectionString to Snowflake


Hello alls, i has writen many connection string to Snowflake, but it’s fail all. Someone can give me some advices or samples.
Thanks for reading.


2 replies

Userlevel 3
Badge +1

Hi @jufi ,

Can you share the failure error you are facing? You can also verify if below are passed accordingly.

Snowflake jdbc connection string: jdbc:snowflake://streamsets.snowflakecomputing.com/?db=<dbname>&warehouse=<snowflake-warehouse>&schema=<schema-name>

Driver jar to be passed in external libraries: snowflake-jdbc-3.6.18

Userlevel 4
Badge

Hello @jufi please checkout the following blog and youtube tutorial for your reference.

https://streamsets.com/blog/data-loading-snowflake/ 

 

if you still face issue and then please share exact error which you are getting.

Reply