Search code examples
azureazure-data-factoryazure-eventgridazure-data-lake-gen2

ADF - trigger pipe 2 on pipe 1 successful completion


I want to chain 2 ADF pipelines together. If pipeline 1 runs successfully, I want to trigger pipeline 2.

Please note that pipeline 1 has a schedule based trigger and I dont want to create another pipeline where I combine pipeline 1 and 2.

In AWS we have something called cloudwatch events/rules that takes care of this requirement. Is there something similar in Azure? If not, what are my options?

Please note that I don't want to create a wrapper pipeline that will perform an execute activity to execute 1 and 2 as I want to decouple them entirely


Solution

  • This is really the only current way to do this:

    Create a pipeline that executes other pipelines in sequence. Then setup the trigger to run on this one. RunAll