skillfed

airflow-code-editor

Apache Airflow code editor and file manager

airflow-code-editor v8.3.0 130.3K downloads/30d#11,647 on PyPI466
Permissive license Apache License 2.0 Active released

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-editor

uv

uv add airflow-code-editor

poetry

poetry add airflow-code-editor

Installing 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

Development Status :: 5 - Production/StableEnvironment :: Web EnvironmentFramework :: Apache AirflowIntended Audience :: DevelopersIntended Audience :: System AdministratorsLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: System :: Monitoring

Tags

airflow dag editor web uiairflow code editor pluginairflow file manager browserairflow dag git integrationairflow in-browser code editingairflow pipeline editorairflow dag file management
airflow-plugindag-editorgit-integration

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

apache-airflow-providers-git

Integrates Git version control operations into…

permissive · top 15,000 on PyPI

apache-airflow

Apache Airflow is a platform for…

permissive · top 1,000 on PyPI

apache-airflow-core

Apache Airflow's core runtime that schedules,…

permissive · top 5,000 on PyPI

apache-airflow-task-sdk

Provides Python interfaces and task execution…

permissive · top 5,000 on PyPI

mwaa-dr

Generates backup, restore, and cleanup DAGs for…

unclear · top 15,000 on PyPI

apache-airflow-providers-discord

Integrates Discord messaging into Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-openai

Integrates OpenAI APIs into Apache Airflow…

permissive · top 15,000 on PyPI

openlineage-airflow

Integrates Apache Airflow DAGs with OpenLineage…

permissive · top 5,000 on PyPI

apache-airflow-providers-pagerduty

Integrates PagerDuty incident management with…

permissive · top 5,000 on PyPI

apache-airflow-providers-neo4j

Integrates Neo4j graph database operations into…

permissive · top 15,000 on PyPI