Questions tagged [incremental-load]

33 questions
0
votes
0 answers

selecting starting record from defined value

Hi stackoverflow community, I would like to achieve the following result. I am doing incremental loading. Where i load the max & last values of the previous load grouped by M_ID into the query of the next load. I would like to start the query of the…
Henkiee20
  • 75
  • 8
0
votes
2 answers

AzureDataFactory Incremental Load using Python

How do I create azure datafactory for incremental load using python? Where should I mention file load option(Incremental Load:LastModifiedOn) while creating activity or pipeline?? We can do that using UI by selecting File Load Option. But how to do…
Radhi
  • 6,289
  • 15
  • 47
  • 68
-1
votes
2 answers

Data Factory succeeds but no data at target

I am running an incremental process for multiple tables where I am using old watermark, new watermark, copy activity, and a stored procedure to update the watermark value. One of my table succeeds when I run the pipeline, for eg I can see total rows…
1 2
3