Andy Leonard takes us through a design pattern:
In an earlier post, I demonstrated one way to build a basic parent-child design pattern in Fabric Data Factory by calling one pipeline (child) from another (parent). In this post, I modify the parent and child pipelines to demonstrate calling a child pipeline that contains a parameter. In this post, we will:
- Clone and edit the child pipeline
- Clone and edit the parent pipeline
- Test
Read on to see how it works.