Azure Data Factory- Copy activity retry

Kay Maddy 6 Reputation points
2020-07-22T18:57:59.947+00:00

Retry of copy activity in ADF pipelines has been configured. However, I would like to capture this dynamically. What variables can I use to check if retry was done or not and capture retry run ids?

Thanks in advance.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,651 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. HarithaMaddi-MSFT 10,136 Reputation points
    2020-07-24T07:21:13.63+00:00

    Hi @KayMaddy-5018,

    Retry will not generate any runids, it recursively tries in the same runid to run the failed activity. Retries if happened can be traced as shown in below gif. Also, rerun if done manually or from schedule, can be traced using "Run Group ID" column that will be same for rerun of pipelines as shown in below gif. 13574-activityretrycheckadf1.gif

    Hope this helps! Do let us know for any queries.


    Please do consider to click on "Accept Answer" and "Up-vote" on the post that helps you, as it can be beneficial to other community members