Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
All the transforms in the pipeline start in parallel from the beginning, some are waiting for rows, others (the "input" ones) do not need incoming rows to work.
Maybe a label on docs can spot them and make life easier for beginners.
E.g.
"Get Variables" does not need input rows
"REST client" needs input rows
"Execute SQL script" can be execute even during initialization