0
votes

If I have a pipeline against which I have created a trigger (say TumblingWindow type) , at some stage if I update the pipeline, will the subsequent execution of the trigger refer to the new pipeline? Or it will keep using the version of the pipeline which was there when the trigger was created?

1

1 Answers

2
votes

New pipeline runs will use the new version of the pipeline, no matter if the run comes from a Manual run or a trigger run.

If there are InProgress Pipeline runs, those will continue running with the same version as they started.