What's the best way to route an error to an error view AND stop that portion of the pipeline when it happens?
i.e. if an error occurs, I want to pass to error to the error view and not execute the child pipeline
Hi Milo P., I faced this case, and instead of the Gate snap, I use the Group By N snap with N = 0: it groups its inputs, and outputs nothing if no input was received. 🙂 (You could also activate the "ignore empty input" checkbox in the Gate snap)
Hi Milo P. because the Gate snap may behave unexpectedly, see this Slack thread : https://sl-integration-nation.slack.com/archives/C09NNJRPH2L/p1771840278346079.
I requested SnapLogic support, for the time being the feedback is that the observed behavior is a race condition (!) that is somehow by design and is not announced to be fixed (!!!). So, I switched to the Group By N with N=0; less direct, but I faced no issue with it, and somehow its behavior is easier to understand.