How can I step over a loop when a inner node catchs an error?
My workflow takes a list of tables names from a manually created table to read the contents of that in a MS Access database. Some MDBs have some missing tables, and the “DB Table Select” node fails. In this cenario I would like to step to the next loop execution.
I’m strugling to figure out how to use the try-catch nodes, but in all the cases I get a error: “Encountered loop-end without compatible head!”
Attached is the original flow without try-catch nodes.
I think you’re on the right track with using the try-catch nodes. Here is an example on the Hub that uses the try-catch nodes to handle missing tables in Hive or Impala.