This is an automated email from the ASF dual-hosted git repository.

taragolis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new fcd6160f7e Correct MySQL backend version in Breeze docs (#35161)
fcd6160f7e is described below

commit fcd6160f7e8718aae332ed638f49501d5a66de47
Author: simonprydden <72669153+simonpryd...@users.noreply.github.com>
AuthorDate: Tue Oct 24 18:00:48 2023 +0100

    Correct MySQL backend version in Breeze docs (#35161)
    
    root@d20033cda4df:/opt/airflow# breeze --python 3.8 --backend mysql 
--mysql-version 8
    
    Provided outdated value 8 for parameter mysql_version. Will use 8.0 instead
    Good version of Docker: 24.0.6.
    Good version of docker-compose: 2.23.0
---
 BREEZE.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BREEZE.rst b/BREEZE.rst
index 1ca5386875..a68a19e0b0 100644
--- a/BREEZE.rst
+++ b/BREEZE.rst
@@ -423,7 +423,7 @@ as follows:
 
 .. code-block:: bash
 
-    breeze --python 3.8 --backend mysql --mysql-version 8
+    breeze --python 3.8 --backend mysql --mysql-version 8.0
 
 .. note:: Note for Windows WSL2 users
 
@@ -439,7 +439,7 @@ Try adding ``--builder=default`` to your command. For 
example:
 
 .. code-block:: bash
 
-    breeze --builder=default --python 3.8 --backend mysql --mysql-version 8
+    breeze --builder=default --python 3.8 --backend mysql --mysql-version 8.0
 
 The choices you make are persisted in the ``./.build/`` cache directory so 
that next time when you use the
 ``breeze`` script, it could use the values that were used previously. This way 
you do not have to specify

Reply via email to