Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am working with Microsoft Fabric Data Pipelines and need to implement a failure-handling mechanism.
I appreciate any guidance, best practices, or alternative approaches!
Solved! Go to Solution.
Sorry to have missed out on this thread.
You can refer the below blog wherein you can copy the varibles/activity outpput into lakehouse :
Can anyone help me with this?
Sorry to have missed out on this thread.
You can refer the below blog wherein you can copy the varibles/activity outpput into lakehouse :
please refer this blog : https://datasharkx.wordpress.com/2021/08/19/error-logging-and-the-art-of-avoiding-redundant-activiti...
to manage error logging for multiple activities.
You can use the combination of on skip, on completion and on failure dependencies to trigger another pipeline on failure as stated in the aboe blog.
You can dynamically get the pipelinename, error messgae and error code via system variables but you cannot get the activity name dynamically
The FailureHandlerPipeline should store these details in a Lakehouse table for logging and troubleshooting