ADF activity error capture

arkiboys 9,706 Reputation points
2023-10-02T05:42:28.5666667+00:00

hello,

In Adf,

1- what is the best way to capture errors?

2- I remember there was an over alert mechanism and it would send an automated email. IS there such option or similar?

thanks

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

Accepted answer
  1. Subashri Vasudevan 11,226 Reputation points
    2023-10-02T10:35:01.6966667+00:00

    Hi arkiboys

    Reg question #1 - If you have multiple activities in a pipeline, say PL1, and you want to capture errors in each of the activities when they fail, you can use a master pipeline, say PL_Main and call PL1 from PL_Main and then use a stored proc to log errors from PL1 or you can use copy activity to log errors.

    SO thread that discusses this and other alternatives-

    https://stackoverflow.com/questions/73537220/azure-data-factory-how-to-catch-any-error-on-any-activity-and-log-it-into-databa

    Here is.a link to implement a stored proc for error logging.

    Reg question #2 I believe you are asking about custom alerts., Please take a look at this video or go through this.

    Hope it helps. Kindly let us know if you have further questions.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.