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
Creating a trigger for a dependency pipeline
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,
When i changed it to 00:02:00, it changes it back to 0:03,
I am not able to create the dependency trigger. Is there a way to solve this scenario?
Thanks
Azure Data Factory
1 answer
Sort by: Most helpful
-
Kirti Chaturvedi 116 Reputation points Microsoft Employee
2022-12-02T21:22:52.41+00:00