You can Invoke Azure Data Factory Pipeline from another pipeline. Azure Data Factory is a fully managed, cloud-based data orchestration service that enables data movement and transformation. Executing the ADF pipeline from another data factory pipeline is quite useful. Mostly, when you want to reuse some of the pipelines which can be used in different scenarios.
Invoke Azure Data Factory Pipeline from another pipeline
Invoke another Azure Data Factory Pipeline can be done using the “Execute Pipeline” Activity. Add Execute Pipeline activity available under “General” category of all the Azure Data Factory Activity List.
Now in the Azure Data Factory designer, set the Invoked Pipeline name, and the next steps as part of your actual ADF pipeline work.
With that, you can start invoking your Azure Data Factory Pipeline from another pipeline. You can also configure the activity with related name-value parameters.
Post Related with Azure Data Factory
- How to schedule trigger for Azure Data Factory (ADF) Pipeline?
- Automatic Azure Data Factory Pipeline Creation using Copy Data Wizard
- Exploring Azure Data Factory Activity Execution Details