Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

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 connection issue with one of the DB, and still extracts the data from the other ones.

 

Thanks