Skip to main content
Question

Transformer for spark (Extract and Load).


hrishikeh132609
Fan

Hi,

Use case.

We are load data from Teradata to Snowflake.

as we not doing any transformation just extract the Data and loading in Snowflake.

Right now, I am using.
1.JDBC query consumer (origin) 

2.Snowflake (Destination)

Note. In our sources we don’t have any primary key or Unique key 
So, not able to define offset column because of that not able achieve partition the data.

 

 

 

Reply