Forum Discussion
stephenknilans
8 years agoContributor
It WOULD be nice if they had this functionality, but it seems many ETL tools don’t. One thing you can do is have a simple process start THIS process, using a pipeline execute, and trap the error THERE. That is what I am doing for a similar problem in snaplogic. Also, don’t forget to add exit to THIS pipeline as well as the one I am talking about, so an error triggers a failure. That way if even the last pipeline fails on the lowest level, the upper level will show an error, so you can handle it all the conventional ways.
Steve