This is an automated email from the ASF dual-hosted git repository.
xddeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new b83507a Update initialize-database.rst (#11109)
b83507a is described below
commit b83507acb858fca133502d401b1f704eb6cc380d
Author: jmfreeman <[email protected]>
AuthorDate: Wed Sep 23 16:15:36 2020 -0500
Update initialize-database.rst (#11109)
* Update initialize-database.rst
Remove ambiguity in the language as only MySQL, Postgres and SQLite are
supported backends.
* Update docs/howto/initialize-database.rst
Co-authored-by: Jarek Potiuk <[email protected]>
Co-authored-by: Xiaodong DENG <[email protected]>
Co-authored-by: Jarek Potiuk <[email protected]>
---
docs/howto/initialize-database.rst | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/howto/initialize-database.rst
b/docs/howto/initialize-database.rst
index d4b0731..490be81 100644
--- a/docs/howto/initialize-database.rst
+++ b/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**, **Postgres** and **SQLite** as supported backends (SQLite is
used primarily for development purpose).
.. note:: We rely on more strict ANSI SQL settings for MySQL in order to have
sane defaults. Make sure to have specified
``explicit_defaults_for_timestamp=1``