Skip to content

Commit 42f725b

Browse files
committed
Merge branch 'main' into feat/gitsync-ssh
2 parents 576baf9 + 8607318 commit 42f725b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/modules/airflow/pages/required-external-components.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Required external components
2-
:description: Airflow requires PostgreSQL or MySQL for database support, and Redis for Celery executors.
2+
:description: Airflow requires PostgreSQL for database support, and Redis for Celery executors.
33
:airflow-prerequisites: https://airflow.apache.org/docs/apache-airflow/stable/installation/prerequisites.html
44

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

1010
* PostgreSQL: 12, 13, 14, 15, 16
11-
* MySQL: 8.0, Innovation
11+
12+
NOTE: The SDP Airflow images do not bundle the MySQL provider for Airflow.
13+
If you need MySQL or MariaDB as an Airflow back-end, you will need to create a custom image to include this provider.
1214

1315
The Celery exectutor also requires:
1416

0 commit comments

Comments
 (0)