Search code examples
azureazure-data-factoryazure-triggers

In data factory does Azure Event trigger wait till full file is copied?


Let us say that I am copying a 10 GB file to an ADLS location and this location is being monitored by an Azure Event trigger. Will the Event trigger wait for the full 10 GB file to be copied to trigger the event OR trigger the pipeline as soon as file starts copying?. If the pipeline gets kicked off as soon as the file starts to copy how can we delay it so that the pipeline can wait till the full file is copied ?


Solution

  • Based on my knowledge, the ADF is triggered once the entire file is uploaded based on event trigger.

    enter image description here

    ADF trigger :

    enter image description here