Forums
How to use Failure Analysis? - Printable Version

+- Forums (https://bdn.bdb.ai)
+-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13)
+--- Forum: BDB Data Pipeline (https://bdn.bdb.ai/forumdisplay.php?fid=48)
+---- Forum: BDB Data Pipeline Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=17)
+---- Thread: How to use Failure Analysis? (/showthread.php?tid=471)



How to use Failure Analysis? - Ruban - 12-23-2022

When we click Failure Analysis Tab in Pipeline , it will list all the component wise failed data with error for each recordĀ .
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Ā  .
Cons :
  • But , in case you are copy pasting the component and deleting the old component , u can't keep track of it .