I have two pipelines A and B , A needs to be run in every 3 hrs and B needs to be run in every 2 hrs. A is the one need to run firstly then B.
How could i add these dependencies ?
I have two pipelines A and B , A needs to be run in every 3 hrs and B needs to be run in every 2 hrs. A is the one need to run firstly then B.
How could i add these dependencies ?
You should be able do this using two tumbling window triggers, where one is dependent on the other one, utilizing dependency offset and dependency size.
It is well described in the documentation here:
https://learn.microsoft.com/en-us/azure/data-factory/tumbling-window-trigger-dependency