You have an Azure Data Factory pipeline that loads source data into an Azure Data Lake Storage Gen2 account incrementally. <br>
<br>
The source table's LastUpdatedDate column identifies the data to be loaded. <br>
<br>
Every four hours, you intend to run the pipeline. <br>
<br>
You must make certain that the pipeline's execution fits the following criteria: <br>
<br>
When a pipeline run fails owing to concurrency or throttling constraints, the execution is automatically retried. <br>
<br>
Backfilling existing data in the table is supported. <br>
<br>
What kind of trigger should you employ?
-
A
schedule
-
B
event
-
C
tumbling window
-
D
on-demand