Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/modules/airflow/pages/required-external-components.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Required external components
:description: Airflow requires PostgreSQL or MySQL for database support, and Redis for Celery executors.
:description: Airflow requires PostgreSQL for database support, and Redis for Celery executors.
:airflow-prerequisites: https://airflow.apache.org/docs/apache-airflow/stable/installation/prerequisites.html

Airflow requires an SQL database to operate.
Expand All @@ -8,7 +8,9 @@ The {airflow-prerequisites}[Airflow documentation] specifies:
Fully supported for production usage:

* PostgreSQL: 12, 13, 14, 15, 16
* MySQL: 8.0, Innovation

NOTE: The SDP Airflow images do not bundle the MySQL provider for Airflow.
If you need MySQL or MariaDB as an Airflow back-end, you will need to create a custom image to include this provider.

The Celery exectutor also requires:

Expand Down