Post filter I have 2 dynamic input query to replace a variable each for T and F anchors.
Require suggestions to stop executing filter pipeline when condition is not satisfied.
In the above snapshot, 2 dynamic input queries are with sql statement (select 'v_parameter' from sys.tables ) where v_parameter is replaced with field1.
When Filter condition is satisfied: Dynamic query of T anchor is executed properly
When Filter condition is not satisfied: Dynamic query of F anchor provides the below error where ideally it should not get executed:
Hi @kirthig
Use and config a Test tool expression to stop passing records downstream into the second dynamic input.
Hi @kirthig
Even though you are getting error in false datastream. Your True data stream should not be impacted and should run successfully and completely.