Home > Blockchain >  Azure Data Factory -> Tumbling Window
Azure Data Factory -> Tumbling Window

Time:11-25

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.

enter image description here

  • Related