Step Details |
| Introduced in Version | 9.29 |
| Last Modified in Version | --- |
| Location | Data > Parquet |
The Parquet Row Iterator step allows for batch processing on Parquet files. Like a Subflow, it requires another Flow that will perform the desired actions. This Step is similar to the Run Flow for List Step. Note that this step will only work for Parquet files.
This article describes all the Step Properties to use to iterate rows of a Parquet File.
Properties
Settings
| Name | Description |
|---|
| Type | The elements to be iterated on in the Parquet file. |
| Use File Row Group Size | If enabled, the actual number of rows in the file will be iterated on instead of a custom batch size. |
| Batch Row Size | The custom number of rows in the Parquet file to be iterated on. |
| Iterator Flow | This is the Flow that will perform whatever action is required to the Parquet file.
|
Input Data
These properties need to be configured for the new file to be created properly.
| Property | Description | Data Type |
|---|
| File Input | The Parquet file to be used by the Step during whatever action is required.
| FileReference |
Outputs
| Property | Description | Data Type |
|---|
| Error | An optional error message to be displayed if the Step encounters an error. This will not display if the step runs correctly. | String |

Step Changes
| Description | Version | Date | Developer Task |
|---|
Added the Parquet Row Iterator step.
| 9.29
| July 2026 | DT-047833 |