I need help clarifying some concepts about trigger to pipeline relationship.
So, I created a test pipeline where by activity name it is clear what it does
- Sets the time now to @utcnow()
- Start time - trigger window start time (pipeline parameter) and
- End Time - trigger window end time. (pipeline parameter)
- Wait activity there is just to imitate pipeline running for longer than trigger window. (5 min = 300 seconds, my wait time is 310 seconds)
Here is a tumbling window trigger definition
The help that i need is to understand this:
When I go to the "Monitoring" page of the ADF, 1st in the "Pipeline runs" I see this
that tells me that the pipeline started at 4:10 and ended at 4:15 Then, I go the "Triggered runs" - and select "Tumbling window" tab
- What is the relationship among the "Trigger time" and Window Start / End time ?
- Is it ALWAYS the case that Trigger time is the same as the Window END time or it depends on the pipeline timing and is not guaranteed to be the same as Window End time? (Window start time) ?
- How does the trigger time relates to the Pipeline start/end times?