Home > Mobile >  Is there a way to create dependencies between pipelines? (A single pipeline depend on 3 others)
Is there a way to create dependencies between pipelines? (A single pipeline depend on 3 others)

Time:07-29

I have 5 pipelines on my Azure Data Factory, each pipeline copy data to a different table. There is a dependency on some of this tables, table D & E depend on table A, B & C. Like in this example:

enter image description here

In above example Trigger 4 is created for pipeline 4 And in Dependencies added Trigger 1, 2, 3 which are created for pipeline 1, 2, 3 respectively.

This dependent Tumbling window trigger execute only when another trigger inside the service has successfully been executed.

  • Related