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
Super User
4 years agoThe usual try ... otherwise... construct should suffice, no?