diff --git a/docs/modules/airflow/pages/required-external-components.adoc b/docs/modules/airflow/pages/required-external-components.adoc index 7b970f8e..0ce0e648 100644 --- a/docs/modules/airflow/pages/required-external-components.adoc +++ b/docs/modules/airflow/pages/required-external-components.adoc @@ -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. @@ -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: