Get started
By default, each step in a transformation is executed in parallel in a single separate thread. Consider, for example, the transformation below. With a single copy of each step, the data is read from the CSV file input step and then aggregated in the count by state
step. The results of which can be verified by examining the preview data.

Last updated
Was this helpful?