The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredAsk the Fabric Databases & App Development teams anything! Live on Reddit on August 26th. Learn more.
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
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |
User | Count |
---|---|
4 | |
3 | |
2 | |
2 | |
2 |