Home > Software engineering >  How do I pull the last modified file with data flow in azure data factory?
How do I pull the last modified file with data flow in azure data factory?

Time:12-01

I have files that are uploaded into an onprem folder daily, from there I have a pipeline pulling it to a blob storage container (input), from there I have another pipeline from blob (input) to blob (output), here is were the dataflow is, between those two blobs. Finally, I have output linked to sql. However, I want the blob to blob pipeline to pull only the file that was uploaded that day and run through the dataflow. The way I have it setup, every time the pipeline runs, it doubles my files. I've attached images below

[![Blob to Blob Pipeline][1]][1]

Please let me know if there is anything else that would make this more clear [1]: Dataflow

  • Related