is there a fail port in the operators like pipeline pilot
juanV
New Altair Community Member
Answers
-
By default all the rows in the example data will be passing through the operators. Please bear with me if I didn't get the point. Since I never used pipeline pilot.
Some operators, like "filter example", "remove duplicates" will reduce the data size. If the conditions in your fillers don't meet, you can get the "unmatched" subset data in the 3rd output port(unm). Suppose you are implementing some condition-based branches or handle exception nest inside loops, you will get the results for the subset data that meet the criteria.
For any executed process (operators with a green check on lower left corner), you can always access the intermediate data by right-clicking the port. The metadata info on each port will also display immediately if you hover mouse over the port.
4