diff --git a/docs/apache-airflow/howto/set-up-database.rst b/docs/apache-airflow/howto/set-up-database.rst index 9a9b6ababc2a1..cdf9f04aceceb 100644 --- a/docs/apache-airflow/howto/set-up-database.rst +++ b/docs/apache-airflow/howto/set-up-database.rst @@ -20,7 +20,7 @@ Set up a Database Backend ========================= -Airflow was built to interact with its metadata using `SqlAlchemy `__. +Airflow was built to interact with its metadata using `SqlAlchemy `__. The document below describes the database engine configurations, the necessary changes to their configuration to be used with Airflow, as well as changes to the Airflow configurations to connect to these databases.