12-23-2022, 10:31 AM
When we click Failure Analysis Tab in Pipeline , it will list all the component wise failed data with error for each record .
Pros:
Pros:
- In this case you don't have to do some custom coding for that.
- By Default , the failed data is stored in the Backend Pipeline MongoDB server in the collection named 'failedRecords'.
- When we click an component it will filter the failed data based on the Pipeline_id and Component_Instance_id .
- But , in case you are copy pasting the component and deleting the old component , u can't keep track of it .