Home > Software engineering >  ADF - trigger pipe 2 on pipe 1 successful completion
ADF - trigger pipe 2 on pipe 1 successful completion

Time:01-14

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

CodePudding user response:

There is no out-of-the-box feature to achieve this, you can share your idea RunAll

  •  Tags:  
  • Related