Custom error handling Azure Data Factory

Poel van der, RE (Ron) 451 Reputation points
2020-11-18T13:48:00.023+00:00

Hi

We want to create custom error messages in our pipelines like:

  • File is missing a header record
  • Flow abended: too many incomplete records will be added
  • Too many error records

How are people handling these errors in a SQLDB and non-SQL (only Parquet) environment if the requirements are that:

  1. it should be visible which pipeline abended
  2. on which time it abended
  3. the error message
    ?

Does ADF provide standard handling of (custom) error messages? ADF's own error messages are written to the log. Can I extract these from the log?

I heard things like Azure Function, Logic App, setting Variables and writing to SQL etc. etc.

Looking forward to hear

Regards
Ron

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

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.