Question

How can i get sample code to perform some data transformation for a sample data using snowflake?

  • 8 February 2023
  • 1 reply
  • 18 views

I am new to streamsets and looking to explore more on use case where streamsets will help snowflake. I learned that streamset will help in data transformation. Is there some links or codes available to quickly learn from?


1 reply

Userlevel 5
Badge +1

@krunchworks

In streamsets data collector we don’t have snowflake as origin but we have the snowflake as processor and destination in it.

If you want to connect the snowflake db from origin then you can use jdbc consumer to connect snowflake DB and retrieve data from it.

https://docs.streamsets.com/portal/platform-datacollector/latest/datacollector/UserGuide/Destinations/Snowflake.html

 

Thanks & Regards

Bikram_

Reply