Home > front end >  How to rerun an Azure Data Factory without using triggers?
How to rerun an Azure Data Factory without using triggers?

Time:02-16

I am a Software Engineering Associate and I am pretty new using Microsoft Azure. The client wants me to create a re-run function for the whole pipeline without using triggers. What should I do?

CodePudding user response:

I was just updating my answer to a similar question Further, checkout usage of flags --is-recovery and
--start-from-failure in

Further, checkout usage of flags --is-recovery and --start-from-failure to rerun from a failed point without triggers.

  • Related