This is an automated email from the ASF dual-hosted git repository. utkarsharma pushed a commit to branch sync_2-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit b7ae6565d30ef595861aadbf3a930f7136aa5797 Author: Elad Kalif <[email protected]> AuthorDate: Wed Nov 6 14:55:16 2024 +0200 Remove note about MySQL 5 (#43729) --- README.md | 4 +--- generated/PYPI_README.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 754ed934173..2d3145ff6c7 100644 --- a/README.md +++ b/README.md @@ -108,9 +108,7 @@ Apache Airflow is tested with: \* Experimental -**Note**: MySQL 5.x versions are unable to or have limitations with -running multiple schedulers -- please see the [Scheduler docs](https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/scheduler.html). -MariaDB is not tested/recommended. +**Note**: MariaDB is not tested/recommended. **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. diff --git a/generated/PYPI_README.md b/generated/PYPI_README.md index 5e43edded8f..a9f9ff42f0a 100644 --- a/generated/PYPI_README.md +++ b/generated/PYPI_README.md @@ -65,9 +65,7 @@ Apache Airflow is tested with: \* Experimental -**Note**: MySQL 5.x versions are unable to or have limitations with -running multiple schedulers -- please see the [Scheduler docs](https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/scheduler.html). -MariaDB is not tested/recommended. +**Note**: MariaDB is not tested/recommended. **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.
