You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/31 19:36:46 UTC

[GitHub] [airflow] XD-DENG commented on a change in pull request #13412: Set minimum SQLite version supported.

XD-DENG commented on a change in pull request #13412:
URL: https://github.com/apache/airflow/pull/13412#discussion_r550678692



##########
File path: README.md
##########
@@ -89,7 +89,9 @@ Apache Airflow is tested with:
 **Note:** MariaDB and MySQL 5.x are unable to or have limitations with
 running multiple schedulers -- please see the "Scheduler" docs.
 
-**Note:** SQLite is used in Airflow tests. Do not use it in production.
+**Note:** SQLite is used in Airflow tests. Do not use it in production. We recommend
+using the latest stable version of SQLite for local development. Some older versions
+of sqlite might not work well, however anything at or above 3.27.2 should work fine.

Review comment:
       ```suggestion
   of SQLite might not work well, however anything at or above 3.27.2 should work fine.
   ```




----------------------------------------------------------------
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:
users@infra.apache.org