airflow-code-editor
Apache Airflow code editor and file manager
What it is and what it does
Airflow Code Editor is a plugin that extends Apache Airflow's web interface with an in-browser code editor and file manager. It lets you edit DAGs and other files directly in your browser without leaving Airflow, with optional Git integration to track changes, review history, and commit modifications. The plugin supports mounting additional directories and remote filesystems (S3, GCS, SFTP, etc.) via fsspec, and includes optional Python code formatting with black and isort.
The plugin is designed for teams managing Airflow pipelines who want a streamlined workflow for DAG development. It runs as a Flask-based web interface within Airflow and depends on fsspec for filesystem abstraction and pss for source file searching. Configuration is handled through Airflow's standard config file or environment variables, making it easy to customize root directories, Git behavior, code formatting rules, and additional mount points.
Use it for:
- Edit and test DAGs directly in the Airflow UI without SSH or local file access, reducing deployment friction.
- Review Git history and commit DAG changes from the browser, enabling collaborative pipeline development.
- Mount remote storage (S3, GCS, SFTP) as editable directories within the editor for data pipeline configuration.
- Format Python code automatically using black and isort during editing to maintain consistent DAG style.
- Search across DAG files and project code using the integrated search powered by pss.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Browser-based editor and file manager for Apache Airflow DAGs with integrated Git support, allowing you to edit, upload, and download pipeline code directly within Airflow's web interface.
Yes. The plugin is actively maintained, production-stable, has no known vulnerabilities, and low install friction. It directly addresses a common Airflow workflow pain point—editing DAGs requires leaving the UI or using external tools. The permissive Apache license and broad Python version support (3.6–3.13) make it safe to adopt. Install it if your team edits DAGs frequently or benefits from Git-tracked pipeline changes in a centralized interface.
Install
airflow-code-editor on PyPI
pip
pip install airflow-code-editoruv
uv add airflow-code-editorpoetry
poetry add airflow-code-editorInstalling airflow-code-editor
Before you install
Low install friction; pure Python wheel with three runtime dependencies (flask, fsspec, pss). Actively maintained with a release 15 days ago and 466 repository stars. Supports Python 3.6 through 3.13.
License in practice
Apache License 2.0 (permissive). You can use, modify, and distribute this plugin freely in commercial and private projects, provided you include the license notice.
Quickstart
pip install airflow-code-editor
# Restart Airflow web server, then navigate to:
# Airflow 3.x: Plugins > Airflow Code Editor
# Airflow 2.x: Admin > Airflow Code Editor
Requires Apache Airflow 2.x or 3.x; optional Git support requires git 2.0 or newer installed on the system.
Verify before relying
- Whether the plugin's REST API is documented in detail beyond the Swagger link provided.
- Performance characteristics when editing large DAG files or managing many mount points.
- Compatibility with Airflow authentication backends other than basic_auth.
Package facts
| License | Apache License 2.0 (permissive) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — flask, fsspec, pss |
| Maintenance | actively maintained — 15 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 130,254/month — #11,647 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: airflow_code_editor-8.3.0-py2.py3-none-any.whl
Keywords: airflow, airflow-plugin, apache-airflow, editor
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
apache-airflow-providers-gitIntegrates Git version control operations into…
permissive · top 15,000 on PyPI
apache-airflowApache Airflow is a platform for…
permissive · top 1,000 on PyPI
apache-airflow-coreApache Airflow's core runtime that schedules,…
permissive · top 5,000 on PyPI
apache-airflow-task-sdkProvides Python interfaces and task execution…
permissive · top 5,000 on PyPI
mwaa-drGenerates backup, restore, and cleanup DAGs for…
unclear · top 15,000 on PyPI
apache-airflow-providers-discordIntegrates Discord messaging into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-openaiIntegrates OpenAI APIs into Apache Airflow…
permissive · top 15,000 on PyPI
openlineage-airflowIntegrates Apache Airflow DAGs with OpenLineage…
permissive · top 5,000 on PyPI
apache-airflow-providers-pagerdutyIntegrates PagerDuty incident management with…
permissive · top 5,000 on PyPI
apache-airflow-providers-neo4jIntegrates Neo4j graph database operations into…
permissive · top 15,000 on PyPI