Blog Post Note / Disclaimer / Apology: This is a long blog post. It makes up for the length by being complex. I considered ways to shorten it and to reduce its complexity. This is the best I could do. – Andy Visit the landing page for the Data Engineering Execution Orchestration Frameworks in Fabric Data …
Continue reading Metadata-Driven Fabric Data Factory Pipeline Orchestration From ADF
Category:Fabric
Three Links to Stay Current on Microsoft Fabric
I’ve been following Microsoft Build online this week, and I’m particularly excited to watch a couple people I admire deliver the Closing Session 22 May 2025 at 11:30 AM PT – Scott Hanselman and Mark Russinovich. If you are unable to attend Build in person, you can register to attend many sessions online – for free. …
Continue reading Three Links to Stay Current on Microsoft Fabric
Fabric Data Factory Pipeline Execution From Azure Data Factory
Visit the landing page for the Data Engineering Execution Orchestration Frameworks in Fabric Data Factory Series to learn more. I must begin this post with a simple – perhaps profound – statement: Koen Verbeeck (LinkedIn | @Ko_Ver) is a talented data engineer. Here’s why I begin this post with such a statement. If you’ve been following my …
Continue reading Fabric Data Factory Pipeline Execution From Azure Data Factory
Configure Azure Security for the Fabric Data Factory REST API
Visit the landing page for the Data Engineering Execution Orchestration Frameworks in Fabric Data Factory Series to learn more. I must begin this post with a simple – perhaps profound – statement: Koen Verbeeck (LinkedIn | @Ko_Ver) is a talented data engineer. Here’s why I begin this post with such a statement. Koen’s Great Idea …
Continue reading Configure Azure Security for the Fabric Data Factory REST API
Presenting Data Engineering Fundamentals with Fabric Data Factory at PASS Data Community Summit 2025
Data Engineering Fundamentals with Fabric Data Factory – a Full-Day Pre-Conference Training Session 17 Nov 2025 I am honored to present Data Engineering Fundamentals with Fabric Data Factory at the PASS Data Community Summit 2025 17 Nov 2025 in Seattle! Abstract This one-day training introduces data engineering concepts for enterprise data warehousing using Microsoft Fabric …
Continue reading Presenting Data Engineering Fundamentals with Fabric Data Factory at PASS Data Community Summit 2025
Fabric Data Factory Design Pattern – Execute a Collection of Child Pipelines from Metadata
Visit the landing page for the Data Engineering Execution Orchestration Frameworks in Fabric Data Factory Series to learn more. In an earlier post in this series – a post titled Fabric Data Factory Design Pattern – Basic Parent-Child – I demonstrated one way to build a basic parent-child design pattern in Fabric Data Factory by calling one …
Continue reading Fabric Data Factory Design Pattern – Execute a Collection of Child Pipelines from Metadata
Data Engineering Execution Orchestration Frameworks in Fabric Data Factory Series Landing Page
The Data Engineering Execution Orchestration Frameworks in Fabric Data Factory series includes the following posts: Tinkering with Fabric Data Factory Framework Functionality – 13 Feb 2024 One Way to Invoke Fabric Data Factory Pipelines Using the Fabric REST API – 30 May 2024 Use Azure Data Factory in Fabric Data Factory – 2 Oct 2024 …
Continue reading Data Engineering Execution Orchestration Frameworks in Fabric Data Factory Series Landing Page
Fabric Data Factory Design Pattern – Dynamically Start a Collection of Child Pipelines
In the first post in this series – a post titled Fabric Data Factory Design Pattern – Basic Parent-Child – I demonstrated one way to build a basic parent-child design pattern in Fabric Data Factory by calling one pipeline (child) from another pipeline (parent). In the second post, titled Fabric Data Factory Design Pattern – …
Continue reading Fabric Data Factory Design Pattern – Dynamically Start a Collection of Child Pipelines
Fabric Data Factory Design Pattern – Dynamically Start a Child Pipeline
In an earlier post titled Fabric Data Factory Design Pattern – Basic Parent-Child, I demonstrated one way to build a basic parent-child design pattern in Fabric Data Factory by calling one pipeline (child) from another pipeline (parent). In a later earlier post titled Fabric Data Factory Design Pattern – Parent-Child with Parameters, I modified the parent …
Continue reading Fabric Data Factory Design Pattern – Dynamically Start a Child Pipeline
Fabric Data Factory Design Pattern – Parent-Child with Parameters
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