skillfed

apache-airflow-microsoft-fabric-plugin

A plugin for Apache Airflow to interact with Microsoft Fabric items

apache-airflow-microsoft-fabric-plugin v1.0.3 6.5M downloads/30d#1,903 on PyPI24
License unclear DORMANT released

What it is and what it does

This is an Apache Airflow plugin that bridges Airflow DAGs to Microsoft Fabric, allowing you to trigger notebook and pipeline runs on demand and wait for their completion. It wraps the FabricRunItemOperator, which handles authentication via Microsoft Entra ID refresh tokens, submits job requests to Fabric, polls for status updates, and surfaces run metadata (run ID, status, location) back to Airflow via XCom for downstream task consumption.

The plugin supports deferrable mode for efficient resource use in long-running jobs, automatic refresh token rotation for security, and provides a direct link to the Fabric item run in Airflow's UI. It requires Python 3.8 or later and has no external runtime dependencies beyond Airflow itself. However, the project has been dormant since its last release, raising questions about ongoing maintenance and compatibility with newer Airflow releases.

Use it for:

  • Orchestrate Fabric notebook executions as part of a larger Airflow data pipeline, passing parameters and capturing results.
  • Trigger Fabric data transformation pipelines on a schedule or in response to upstream task completion.
  • Monitor Fabric job status within Airflow and branch downstream logic based on success, failure, or disabled states.
  • Integrate Fabric workloads into multi-tool analytics workflows that already use Airflow for orchestration.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Enables Apache Airflow DAGs to trigger on-demand job runs on Microsoft Fabric items (notebooks and pipelines) and monitor their execution status.

Yes, with caution. The plugin is straightforward to install and has no external dependencies, making it low-friction for Airflow users who need Fabric integration. However, the dormant maintenance status and unclear license terms are significant concerns. Verify license compliance and test thoroughly against your Airflow version before production use; consider monitoring the repository for updates or preparing to maintain a fork if the project remains inactive.

Install

apache-airflow-microsoft-fabric-plugin on PyPI

pip

pip install apache-airflow-microsoft-fabric-plugin

uv

uv add apache-airflow-microsoft-fabric-plugin

poetry

poetry add apache-airflow-microsoft-fabric-plugin

Installing apache-airflow-microsoft-fabric-plugin

Before you install

Low install friction with no runtime dependencies. Maintenance is dormant—last release was 2024-09-09 and the repository shows no recent activity, though it remains unarchived.

License in practice

License status is unclear; no SPDX identifier or raw license text is declared in the package metadata. Verify the actual license terms before adopting in a production or commercial context.

Quickstart

pip install apache-airflow-microsoft-fabric-plugin

from apache_airflow_microsoft_fabric_plugin.operators.fabric import FabricRunItemOperator

run_notebook = FabricRunItemOperator(
    task_id="run_fabric_notebook",
    workspace_id="<workspace_id>",
    item_id="<item_id>",
    fabric_conn_id="fabric_conn_id",
    job_type="RunNotebook",
)

Requires Apache Airflow to be installed and configured. Microsoft Entra ID app registration, refresh token, and a Generic connection type in Airflow are prerequisites.

Verify before relying

  • Whether the plugin remains compatible with current Apache Airflow versions given the dormant maintenance status.
  • Actual license terms and any obligations or restrictions that apply to use.
  • Support status and responsiveness to bug reports or security issues.

Package facts

License not declared (unclear)
Python support supports the current Python release (>=3.8)
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance dormant — 704 days since the last release
Last repo commit
First released
Downloads 6,482,313/month — #1,903 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: apache_airflow_microsoft_fabric_plugin-1.0.3-py3-none-any.whl

Development Status :: 3 - AlphaEnvironment :: PluginsIntended Audience :: DevelopersProgramming Language :: Python :: 3Topic :: Software Development :: Libraries :: Python Modules

Tags

airflow microsoft fabric integrationtrigger fabric notebooks from airflowfabric pipeline orchestration airflowairflow fabric operatormicrosoft fabric job schedulerairflow fabric plugin
airflow-pluginmicrosoft-fabricorchestration

More Python Modules packages

idna

Converts domain names between Unicode and…

permissive · top 100 on PyPI

setuptools

Setuptools is a Python build backend and…

permissive · top 100 on PyPI

PyYAML

PyYAML parses and emits YAML 1.1 data format,…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

annotated-types

Provides reusable metadata objects for use with…

permissive · top 100 on PyPI

typing-inspection

Provides runtime tools to inspect and…

permissive · top 100 on PyPI

airflow-powerbi-plugin

An Apache Airflow plugin that triggers Power BI…

unclear · top 15,000 on PyPI

apache-airflow-providers-microsoft-fabric

Provides Apache Airflow operators to trigger,…

unclear · top 5,000 on PyPI

microsoft-fabric-rti-mcp

An MCP server that bridges AI agents to…

permissive · top 15,000 on PyPI

ms-fabric-cli

A command-line interface for Microsoft Fabric…

unclear · top 15,000 on PyPI

apache-airflow-core

Apache Airflow's core runtime that schedules,…

permissive · top 5,000 on PyPI

fabric-cicd

Abstracts Microsoft Fabric API interactions for…

permissive · top 15,000 on PyPI

airflow-dbt

Provides Airflow operators that wrap dbt CLI…

permissive · top 15,000 on PyPI

apache-airflow-task-sdk

Provides Python interfaces and task execution…

permissive · top 5,000 on PyPI

airflow-provider-hightouch

Provides Airflow operators and hooks to trigger…

permissive · top 15,000 on PyPI

locust

Locust is a Python-based load testing framework…

permissive · top 5,000 on PyPI