I have a schedule trigger that executes a pipeline every day once at 6:15 AM. And now my requirement is I have multiple pipelines which I want to run post-completion of my pipeline part of the said schedule trigger. How can I achieve this using the Tumbling window? I don't find a way.
Thanks, Vivek
CodePudding user response:
You can add a dependency on the scheduling trigger in the Advanced section of the tumbling window trigger settings.