I've had a slight issue with the tDBRow component connected to Snowflake. I've embedded a SQL in the configuration which I'm forcing to fail in testing but although the SQL fails and the console displays the error the sub job returns ok and continues.
If anyone else had a similar issue, what was the resolution to catch the error?
@Dave Gurney , make sure the 'die on error' box is checked, so that the Java exception will be thrown out when SQL fails and it can be captured by tLogCatcher.