apache-airflow-microsoft-fabric-plugin
A plugin for Apache Airflow to interact with Microsoft Fabric items
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-pluginuv
uv add apache-airflow-microsoft-fabric-pluginpoetry
poetry add apache-airflow-microsoft-fabric-pluginInstalling 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
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
airflow-powerbi-pluginAn Apache Airflow plugin that triggers Power BI…
unclear · top 15,000 on PyPI
apache-airflow-providers-microsoft-fabricProvides Apache Airflow operators to trigger,…
unclear · top 5,000 on PyPI
microsoft-fabric-rti-mcpAn MCP server that bridges AI agents to…
permissive · top 15,000 on PyPI
ms-fabric-cliA command-line interface for Microsoft Fabric…
unclear · top 15,000 on PyPI
apache-airflow-coreApache Airflow's core runtime that schedules,…
permissive · top 5,000 on PyPI
fabric-cicdAbstracts Microsoft Fabric API interactions for…
permissive · top 15,000 on PyPI
airflow-dbtProvides Airflow operators that wrap dbt CLI…
permissive · top 15,000 on PyPI
apache-airflow-task-sdkProvides Python interfaces and task execution…
permissive · top 5,000 on PyPI
airflow-provider-hightouchProvides Airflow operators and hooks to trigger…
permissive · top 15,000 on PyPI
locustLocust is a Python-based load testing framework…
permissive · top 5,000 on PyPI