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

Scaffold Design Pattern in Fabric Data Factory Pipeline

When assigned a project, it’s tempting – and dangerous – to Just Start Coding. If you suffer from the urge to develop first and design later, you are not alone (there’s at least one other developer like you and he’s typing this post). Do yourself a favor and… Design First As the definition of “design” …
Continue reading Scaffold Design Pattern in Fabric Data Factory Pipeline

Fabric: Test-Driving the New Office 365 Outlook Data Factory Activity

In my last post titled Fabric: Load Data from a CSV File Stored in Azure Blob Storage to Azure SQL DB, I documented one way to create a pipeline to load data from a CSV file stored in Azure Blob Storage to an Azure SQL Database in a new Fabric workspace. In this post, I …
Continue reading Fabric: Test-Driving the New Office 365 Outlook Data Factory Activity

Fabric: Load Data from a CSV File Stored in Azure Blob Storage to Azure SQL DB

In November 2023, I shared how to start learning Microsoft Fabric in a post titled Start a Fabric Free Trial. In December 2023, I shared how to Create a Workspace in Fabric. In this post, I document one way to create a pipeline to load data from a CSV file stored in Azure Blob Storage to …
Continue reading Fabric: Load Data from a CSV File Stored in Azure Blob Storage to Azure SQL DB