How to send detailed notification when Fabric pipelines fail?
I have multiple pipelines in Fabric. Some copy databases (like PostgreSQL) into the warehouse, while others run notebooks and collect data from APIs and Firebase into Fabric. Right now, I only receive a simple email notifying me that something went wrong, but I need to open the pipeline manually to check the error details. What I want is: - To automatically send an email with the log file or detailed error message when a pipeline fails. - To send this email in HTML format so it’s easier to read. How can I configure this in Fabric? Is there a built-in way ? Any guidance would be greatly appreciated!