Custom error handling Azure Data Factory
Poel van der, RE (Ron)
451
Reputation points
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:
- it should be visible which pipeline abended
- on which time it abended
- 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
Sign in to answer