Overview
The Data Flow Destination Component is an SSIS Data Flow Component for exposing data from a data flow to the Data Flow Source component. It is similar in concept to the standard Microsoft DataReader Destination Component , but allows that data to be used as a source in the Data Flow Source component.
Since 2.3, the task can enable parallel processing of any source data Parallel Loop Task. The configuration parameters are provided in the standard Data Flow Component dialogs.
The user can choose how the rows will be distributed - balanced distribution or multicast. With balanced distribution, a row will be sent to just one Data Flow Source. With multicast distribution, a row will be sent to all connected Data Flow Source components. In this case, immediately after the Data Flow Source component, a Conditional Split transformation can be used to determine how to handle the incoming row - pass or not.
Quick Start
In this quick start we will configure parallel execution of DataFlow Destination and DataFlow Source by using Parallel Loop Task. Will be written multiple Parquet files in parallel.
Parameters
Configuration
Use the parameters below to configure the component.
Count of Parallel Client Components. When specified the component will wait the clients count to start processing.
Specify if the rows will be evenly distributed or multicast to the consumers.
What's New
- New: Introduced component.
Related documentation
COZYROC SSIS+ Components Suite is free for testing in your development environment.
A licensed version can be deployed on-premises, on Azure-SSIS IR and on COZYROC Cloud.
