have Select field step one main transformation and am passing the select field value to two transformation executor parallel
tell me which one execute first or both will execute parallel
I want to execute two transformation parallel in spoon.
have Select field step one main transformation and am passing the select field value to two transformation executor parallel
tell me which one execute first or both will execute parallel
I want to execute two transformation parallel in spoon.
Copyright © 2021 Jogjafile Inc.
All steps in a transformation are executed at the start of the transformation, they wait for the incoming stream of data, but are started all at the same time.