Skip to content

Commit

Permalink
Correct MySQL backend version in Breeze docs (apache#35161)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
simonprydden authored Oct 24, 2023
1 parent 9645786 commit fcd6160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BREEZE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit fcd6160

Please sign in to comment.