potiuk commented on a change in pull request #11109:
URL: https://github.com/apache/airflow/pull/11109#discussion_r493842046



##########
File path: docs/howto/initialize-database.rst
##########
@@ -23,9 +23,8 @@ Initializing a Database Backend
 If you want to take a real test drive of Airflow, you should consider
 setting up a real database backend and switching to the LocalExecutor.
 
-As Airflow was built to interact with its metadata using the great SqlAlchemy
-library, you should be able to use any database backend supported as a
-SqlAlchemy backend. We recommend using **MySQL** or **Postgres**.
+Airflow was built to interact with its metadata using SqlAlchemy
+with **MySQL** and **Postgres** as supported backends.

Review comment:
       ```suggestion
   with **MySQL**,  **Postgres** as **SQLite** supported backends.
   ```

##########
File path: docs/howto/initialize-database.rst
##########
@@ -23,9 +23,8 @@ Initializing a Database Backend
 If you want to take a real test drive of Airflow, you should consider
 setting up a real database backend and switching to the LocalExecutor.
 
-As Airflow was built to interact with its metadata using the great SqlAlchemy
-library, you should be able to use any database backend supported as a
-SqlAlchemy backend. We recommend using **MySQL** or **Postgres**.
+Airflow was built to interact with its metadata using SqlAlchemy
+with **MySQL** and **Postgres** as supported backends.

Review comment:
       ```suggestion
   with **MySQL**,  **Postgres** and **SQLite** supported backends.
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to