cancel
Showing results for 
Search instead for 
Did you mean: 

Delta in DataFlows in SAP Datasphere

rmuhuri
Participant
0 Kudos
224

Hi Experts 

 

I have a question , other than Replication Flows , Does Dataflows do delta ? 

 

1. CDS views 

2. Other databases 

 

regards 

Rishi

 

Accepted Solutions (1)

Accepted Solutions (1)

SreekanthSurampally
Active Contributor
0 Kudos

Data flows don't support delta capabilities, you can schedule it to run multiple times but no delta tracking. 

rmuhuri
Participant
0 Kudos
thanks for the clarification

Answers (1)

Answers (1)

michal_majer
Active Participant
0 Kudos

Yes, Dataflows can do delta loads beyond just Replication Flows (but not in out-of-the-box):
You can implement delta logic using timestamp fields (like "last updated at") to filter only changed records.