Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 3.02 KB

README.rst

File metadata and controls

56 lines (43 loc) · 3.02 KB
Airflow Breeze - Development and Test Environment for Apache Airflow

Airflow Breeze CI environment

Airflow Breeze is an easy-to-use development and test environment using Docker Compose. The environment is available for local use and is also used in Airflow's CI tests.

We call it Airflow Breeze as It's a Breeze to contribute to Airflow.

The advantages and disadvantages of using the Breeze environment vs. other ways of testing Airflow are described in Integration test development environments.

You can use the Breeze environment to run Airflow's tests locally and reproduce CI failures.

The following documents describe how to use the Breeze environment:

You can also learn more context and Architecture Decisions taken when developing Breeze in the Architecture Decision Records.

Next step: Follow the Installation instructions to install the Breeze environment.