Microsoft Fabric Updates Blog

REST APIs for Fabric Data Factory pipelines now available

We’re pleased to announce the immediate public preview availability of CRUD REST APIs for Fabric Data Factory pipelines! Please read the online documentation to learn more about how to use these new APIs here.

Publishing REST APIs for Data Factory pipelines in Fabric enables you to build exciting patterns that extend the built-in capability in Fabric to create, read, update, delete, and list pipelines.

Many users of the Azure Data Factory (ADF) APIs have utilized our pipeline APIs in very creative ways from automatically creating pipelines to executing pipelines via external services or even Web activities in another pipeline. Now you have the power to do this in Fabric Data Factory as well!

If you have utilized the ADF or Synapse APIs in the past, please note several important differences in pipeline APIs in Fabric. Fabric is a platform built on Power BI that includes features like scheduling, monitoring, and connections, that are shared across the platform. In ADF, those APIs are also contained in the same SDK as pipelines. However, in Fabric, each of those cross-cutting horizontal features have separate APIs.

Therefore, you’ll see different documentation locations and roadmaps for each API. The primary online reference documentation for Microsoft Fabric REST APIs can be found in Microsoft Fabric REST API references. For additional resources, refer to the Core items API and Job scheduler documentation. For Monitoring Hub documentation, please click here.

Have any questions or feedback? Leave a comment below!

Billets de blog associés

REST APIs for Fabric Data Factory pipelines now available

juin 24, 2024 par Justin Barry

When we talk about Microsoft Fabric workspace collaboration, a common scenario is developers and their teams using a shared workspace environment, which means they have access to “live items”. A change made directly within a workspace would override and affect all other developers or users utilizing that workspace. This is where git becomes increasingly important … Continue reading “Microsoft Fabric Lifecycle Management: Getting started with development in isolation using a Private Workspace”

juin 21, 2024 par Marc Bushong

Developing ETLs/ELTs can be a complex process when you add in business logic, large amounts of data, and the high volume of table data that needs to be moved from source to target. This is especially true in analytical workloads involving relational data when there is a need to either fully reload a table or incrementally update a table. Traditionally this is easily completed in a flavor of SQL (or name your favorite relational database). But a question is, how can we execute a mature, dynamic, and scalable ETL/ELT utilizing T-SQL with Microsoft Fabric? The answer is with Fabric Pipelines and Data Warehouse.