Rerun from point of failure automatically.

Girish13 1 Reputation point
2020-11-25T10:46:25.283+00:00

Hi All,

Can you please help me with the question.

I have 4 activities in my single pipeline like lookup, copy activity, foreach etc etc. in single pipeline

suppose while running my pipeline and it failed at 3 activity so i want to restart from 3 activity and skip first 2 activity.

I know there is option available in monitor tab that is rerun from failure but for that i need to run manually this pipeline
I want automate this task so that when next time run it will skip first 2 activity.
I want to this implementation like checkpoint in SSIS.
Can anyone help me out for this or is it possible?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,199 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,686 Reputation points
    2020-11-25T12:57:54.397+00:00

    For some reason if the activity fails and if you want to re run it again, you could use Retry option as shown in below. Based on the count give, activity will run that many number of times

    42546-image.png

    ----------

    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav