- Pipeline allows you to divide the dataset/Tasks into batches and then process it.
- Batch processing is mainly used to simplify many ETL operations like Missing value Imputation, expression, and validating data.
- You can specify the batch size called Chunk.
- Batch processing is used because it allows large volumes of data or tasks to be processed efficiently, automatically, and consistently—without requiring manual intervention for each record.
- This functionality is available in Pipelines.