Microsoft has just released a preview feature that will make it possible for child pipelines to return values to the parent pipeline that called it. This is the ability to set a pipeline return value.
We are implementing this feature in our ADF Add-On called ChillETL. This means the log data in ChillETL can include measures like records read, records copied and cost information.
See our listing in the Azure Marketplace for more information on ChillETL. See this Microsoft Documentation for more information on pipeline return values.
Comments