Which of the following transformation is passive and connected?
-
Aggregator
-
Expression
-
Joiner
-
Filter
B
Correct answer
Explanation
Expression transformation is both passive (does not change the number of rows) and connected (part of the data flow pipeline). Aggregator is active (can reduce rows), Joiner is active (changes row count), and Filter is active (filters rows). Passive transformations maintain the same number of rows passing through them.