ADF — You Can Finally Send Values From Child Pipeline To Parent Pipeline
This article explains how to return values from ADF child pipeline to parent pipeline.
Microsoft has finally released a long-awaited feature — sending values from a child pipeline back to the parent pipeline. This article explains all the steps needed to achieve this feature.
Description of My Test Case
The parent pipeline needs to call the child pipeline to extract the list of files from an ALDSG2 container. The file list then needs to be returned to the parent pipeline.
Step 1 — Create a Child Pipeline
The list of files shown below need to be captured by the child pipeline and returned to the parent pipeline.
To do so, drag and drop the Get Metadata activity to get the list of files.
Step 2— Store List of Files In a Variable…