-1

I am running a pipeline where im looping through all the excel files into azure sql, but i have one failed excel sheet in the pipeline, remaing files are succssfully, i want rerun the failes sheet.

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
Chinnu
  • 5
  • 4
  • could you please provide the error what you have got? – Bhavani Aug 21 '23 at 06:23
  • It depends on the way you are looping through the files and the error you are receiving, but you could probably set a retry amount of the activity you're using. Could you please provide further details? – d3vcho Aug 21 '23 at 09:23
  • @Chinnu, if its just one activity inside the pipeline that you want to run , you can deactivate other activities in the pipeline and run the pipeline again – Ziya Mert Karakas Aug 21 '23 at 09:52

1 Answers1

1

If you go into the failed run under 'Monitoring', the 'Rerun' button has a down-arrow, when you click this you can choose 'Rerun from failed activity'. This will rerun the failed activity and potential following activities that have not been run. The activites that succeeded previously will be skipped.

Cedersved
  • 1,015
  • 1
  • 7
  • 21