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 …
Continue reading Fabric Data Factory Design Pattern – Parent-Child with Parameters
Category:Execute
One Way to Invoke Fabric Data Factory Pipelines Using the Fabric REST API
I’m an automation weenie, that’s a fact. It’s why I’m drawn to frameworks – especially data engineering execution orchestration frameworks. Speaking of frameworks, if you haven’t checked out Martin Schoombee’s series titled Building a Framework for Orchestration in Azure Data Factory: A Series, you are missing out. First, Martin is scary smart. Second, he shares practical …
Continue reading One Way to Invoke Fabric Data Factory Pipelines Using the Fabric REST API
Scheduling and Monitoring a Fabric Data Factory Pipeline Execution
The more I work with Microsoft Fabric Data Factory, the more I like it. In this post, I share one way to schedule a Microsoft Fabric Data Factory pipeline, a different way to test execute a pipeline, and then one way to monitor the execution. Schedule a Pipeline Connect to Microsoft Fabric Data Factory and …
Continue reading Scheduling and Monitoring a Fabric Data Factory Pipeline Execution