cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Replication flow from SAP Datasphere to S3

Sandyk
Discoverer
0 Kudos
255

Hello experts, @Matthew_Shaw 

Need a help please?

I am trying to create a replication flow to replicate data from a local table in datasphere to AWS S3.  I want to replicate delta updates on hourly basis, not the full load. I can only see initial only option, I cannot see initial and delta. Can you please help me how to achieve delta replication as I need to run it every hour and don't want to load the systems with full load every time?

Sandyk_0-1740046291966.png

Thanks in advance. 

Regards

SK

 

View Entire Topic
Ian_Henry
Product and Topic Expert
Product and Topic Expert
0 Kudos

For a replication flow to use initial and delta you need to enable delta capture on your local table.

You will need to create a new local table and set the toggle "Delta Capture" ON in the general table properties.

Sandyk
Discoverer
0 Kudos
thank you for the help.
RichT
Explorer
0 Kudos
If you want to only send deltas to the S3 bucket then you will need a transformation flow that sends only deltas to a new local table from the existing delta enabled table then another replication flow to send the deltas from the new table to AWS