Forum Discussion
Anonymous
4 years agoNot applicable
Error handling in dataflow
Hi, I have a simple dataflow that append a table from several databases for consolidation. Is there a way to graciously handle errors ? The goal is that the dataflow does not fail in case of connec...
lbendlin
4 years agoSuper User
The usual try ... otherwise... construct should suffice, no?