Creating a trigger for a dependency pipeline

Kirti Chaturvedi 116 Reputation points Microsoft Employee
2022-11-21T18:43:26.587+00:00

I have two pipelines one which run weekly, and another one that run every 5 minutes, Both pipeline use the same database. Now the weekly one I want it to be dependent on the 5-minute pipeline i.e the weekly one should run only when the Incremental one succeeded. And while the weekly one is running the incremental one should not run.

I tried creating a tumbling window trigger by putting dependency on 5 minute one,

262696-image.png

When i changed it to 00:02:00, it changes it back to 0:03,

262708-image.png

I am not able to create the dependency trigger. Is there a way to solve this scenario?

Thanks

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
{count} votes

1 answer

Sort by: Most helpful
  1. Kirti Chaturvedi 116 Reputation points Microsoft Employee
    2022-12-02T21:22:52.41+00:00

    That did not solve my issue, but what I did was I created an if condition in 1 pipeline to run the other pipeline when needed.
    thanks

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.