Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Apache Airflow

Category Badges
License License
PyPI PyPI version PyPI - Python Version PyPI - Downloads
Containers Docker Pulls Docker Stars Artifact HUB
Community Contributors Slack Status Commit Activity LFX Health Score
Dev tools prek
Version Build Status
Main Tests AMD main Tests ARM main
3.x Tests AMD 3.2 Tests ARM 3.2
Apache Airflow logo

Apache Airflow (or simply Airflow) is a platform to programmatically author, schedule, and monitor workflows.

When workflows are defined as code, they become more maintainable, versionable, testable, and collaborative.

Use Airflow to author workflows (Dags) that orchestrate tasks. The Airflow scheduler executes your tasks on an array of workers while following the specified dependencies. Rich command line utilities make performing complex surgeries on Dags a snap. The rich user interface makes it easy to visualize pipelines running in production, monitor progress, and troubleshoot issues when needed.

Requirements

Apache Airflow is tested with:

Main version (dev) Stable version (3.3.1) Deprecate version (2.11.2)
Python 3.10, 3.11, 3.12, 3.13, 3.14 3.10, 3.11, 3.12, 3.13, 3.14 3.10, 3.11, 3.12
Platform AMD64/ARM64 AMD64/ARM64 AMD64/ARM64(*)
Kubernetes 1.30, 1.31, 1.32, 1.33, 1.34, 1.35 1.30, 1.31, 1.32, 1.33, 1.34, 1.35 1.26, 1.27, 1.28, 1.29, 1.30
PostgreSQL 14, 15, 16, 17, 18 14, 15, 16, 17, 18 12, 13, 14, 15, 16
MySQL 8.0, 8.4, Innovation 8.0, 8.4, Innovation 8.0, Innovation
SQLite 3.15.0+ 3.15.0+ 3.15.0+

* Experimental

Note: MariaDB is not tested/recommended.

Note: SQLite is used in Airflow tests. Do not use it in production. We recommend using the latest stable version of SQLite for local development.

Note: Airflow currently can be run on POSIX-compliant Operating Systems. For development, it is regularly tested on fairly modern Linux Distros and recent versions of macOS. On Windows you can run it via WSL2 (Windows Subsystem for Linux 2) or via Linux Containers. The work to add Windows support is tracked via #10388, but it is not a high priority. You should only use Linux-based distros as "Production" execution environment as this is the only environment that is supported. The only distro that is used in our CI tests and that is used in the Community managed DockerHub image is Debian Bookworm.

Getting started

Visit the official Airflow website documentation (latest stable release) for help with installing Airflow, getting started, or walking through a more complete tutorial.

Note: If you're looking for documentation for the main branch (latest development branch): you can find it on s.apache.org/airflow-docs.

For more information on Airflow Improvement Proposals (AIPs), visit the Airflow Wiki.

Documentation for dependent projects like provider distributions, Docker image, Helm Chart, you'll find it in the documentation index.

Installing from PyPI

We publish Apache Airflow as apache-airflow package in PyPI. Installing it however might be sometimes tricky because Airflow is a bit of both a library and application. Libraries usually keep their dependencies open, and applications usually pin them, but we should do neither and both simultaneously. We decided to keep our dependencies as open as possible (in pyproject.toml) so users can install different versions of libraries if needed. This means that pip install apache-airflow will not work from time to time or will produce unusable Airflow installation.

To have repeatable installation, however, we keep a set of "known-to-be-working" constraint files in the orphan constraints-main and constraints-2-0 branches. We keep those "known-to-be-working" constraints files separately per major/minor Python version. You can use them as constraint files when installing Airflow from PyPI. Note that you have to specify correct Airflow tag/version/branch and Python versions in the URL.

  1. Installing just Airflow:

Note: Only pip installation is currently officially supported.

While it is possible to install Airflow with tools like Poetry or pip-tools, they do not share the same workflow as pip - especially when it comes to constraint vs. requirements management. Installing via Poetry or pip-tools is not currently supported.

If you wish to install Airflow using those tools, you should use the constraint files and convert them to the appropriate format and workflow that your tool requires.

pip install 'apache-airflow==3.3.1' \
 --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.3.1/constraints-3.10.txt"
  1. Installing with extras (i.e., postgres, google)
pip install 'apache-airflow[postgres,google]==3.3.1' \
 --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-3.3.1/constraints-3.10.txt"

For information on installing provider distributions, check providers.

Official source code

Apache Airflow is an Apache Software Foundation (ASF) project, and our official source code releases:

Following the ASF rules, the source packages released must be sufficient for a user to build and test the release provided they have access to the appropriate platform and tools.

Contributing

Want to help build Apache Airflow? Check out our contributors' guide for a comprehensive overview of how to contribute, including setup instructions, coding standards, and pull request guidelines.

If you can't wait to contribute, and want to get started asap, check out the contribution quickstart here!

Official Docker (container) images for Apache Airflow are described in images.

Voting Policy

  • Commits need a +1 vote from a committer who is not the author
  • When we do AIP voting, both PMC member's and committer's +1s are considered a binding vote.

Who uses Apache Airflow?

We know about around 500 organizations that are using Apache Airflow (but there are likely many more) in the wild.

If you use Airflow - feel free to make a PR to add your organisation to the list.

Who maintains Apache Airflow?

Airflow is the work of the community, but the core committers/maintainers are responsible for reviewing and merging PRs as well as steering conversations around new feature requests. If you would like to become a maintainer, please review the Apache Airflow committer requirements.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apache_airflow-3.3.1rc2.tar.gz (31.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

apache_airflow-3.3.1rc2-py3-none-any.whl (13.1 kB view details)

Uploaded Python 3

File details

Details for the file apache_airflow-3.3.1rc2.tar.gz.

File metadata

  • Download URL: apache_airflow-3.3.1rc2.tar.gz
  • Upload date:
  • Size: 31.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.4

File hashes

Hashes for apache_airflow-3.3.1rc2.tar.gz
Algorithm Hash digest
SHA256 4b95b956012e802183b92149f03b710ea857df52f05dcbb72b1dcafedb540617
MD5 44c5fc9355cc3913f5275296e601a455
BLAKE2b-256 5a604ad4e6a5802beaa66e4998f5e002d86b97a6287b79ba488a265565798401

See more details on using hashes here.

File details

Details for the file apache_airflow-3.3.1rc2-py3-none-any.whl.

File metadata

File hashes

Hashes for apache_airflow-3.3.1rc2-py3-none-any.whl
Algorithm Hash digest
SHA256 b52a65cc4fefc784d3a67cf55725c63e2ac4a66323277e0197b2f6b6a71ee388
MD5 31eec47e926efec7454462b8a1fcfc51
BLAKE2b-256 f2acca2832e57dcadeab3e017295526ca6c5cade60c39fbcdd227b8e5dd310f6

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page