Skip to main content
Question

ConnectionString to Snowflake

  • June 9, 2022
  • 2 replies
  • 150 views

jufi
Fan

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

Rishi
StreamSets Employee
Forum|alt.badge.img
  • StreamSets Employee
  • 96 replies
  • June 9, 2022

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.


Pradeep
StreamSets Employee
Forum|alt.badge.img+1
  • StreamSets Employee
  • 48 replies
  • June 9, 2022

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