
Ultimate access to all questions.
You have an Azure Data Factory pipeline named pipeline1 that is triggered by a tumbling window trigger named Trigger1. The trigger is set to run every 60 minutes. You must configure Trigger1's self-dependency so that pipeline1 only runs if the previous execution was successful. How should you configure this self-dependency?
A
offset: "-00:01:00" size: "00:01:00"
B
offset: "01:00:00" size: "-01:00:00"
C
offset: "01:00:00" size: "01:00:00"
D
offset: "-01:00:00" size: "01:00:00"