cancel
Showing results for 
Search instead for 
Did you mean: 

Incremental load

Former Member
0 Kudos

Hi experts,

                    How to do incremental load in DATA SERVICES,  can you please explain or give me any PDF

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Russel,

Incremental loads usually involve capturing the latest transaction date/timestamp that was delivered in a target table and compare it to the source date/timestamp.

I would create a global variable (GV) to capture the last transaction date/timestamp in the DS JOB and then use the GV in the query transform used to extract the data from the source table. You would compare the GV to a date/timestamp defined by the source owners.

Hope this helps.

Cheers,

John

Rishabh_Awasthi
Active Participant
0 Kudos