Configuring a Remote Database for Airflow
This topic describes how to configure a remote database for Airflow on the HPE Data Fabric.
About this task
Airflow uses SQLAlchemy to connect to the metadata database. The metadata database stores the information about Airflow configurations, user information, roles and policies, and statistics of each DAG state, run, and task.
You can configure databases supported by SQLAlchemy to host Airflow metadata. The most
common databases are:
- Postgres
- MySQL
- SQLite
While SQLite is the default database on Apache Airflow, the Airflow community recommends Postgres for most use cases. For more details, see Set up a Database Backend.
For a list of the supported databases, see Choosing database backend.