Skip to main content
Question

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

  • February 8, 2023
  • 1 reply
  • 21 views

krunchworks
Fan

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

Bikram
Headliner
Forum|alt.badge.img+1
  • Headliner
  • 486 replies
  • February 8, 2023

@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