potiuk commented on code in PR #34842:
URL: https://github.com/apache/airflow/pull/34842#discussion_r1359893878


##########
CONTRIBUTORS_QUICK_START.rst:
##########
@@ -302,18 +302,27 @@ Setting up Breeze
 5. When you enter Breeze environment you should see prompt similar to 
``root@e4756f6ac886:/opt/airflow#``. This
    means that you are inside the Breeze container and ready to run most of the 
development tasks. You can leave
    the environment with ``exit`` and re-enter it with just ``breeze`` command.
-   Once you enter breeze environment, create airflow tables and users from the 
breeze CLI. ``airflow db reset``
+
+.. code-block:: bash
+
+  root@b76fcb399bb6:/opt/airflow# airflow db init

Review Comment:
   ```suggestion
     root@b76fcb399bb6:/opt/airflow# airflow db reset
   ```
   
   The `init` command is deprecated. Reset is the right one.



##########
CONTRIBUTORS_QUICK_START.rst:
##########
@@ -302,18 +302,27 @@ Setting up Breeze
 5. When you enter Breeze environment you should see prompt similar to 
``root@e4756f6ac886:/opt/airflow#``. This
    means that you are inside the Breeze container and ready to run most of the 
development tasks. You can leave
    the environment with ``exit`` and re-enter it with just ``breeze`` command.
-   Once you enter breeze environment, create airflow tables and users from the 
breeze CLI. ``airflow db reset``
+
+.. code-block:: bash
+
+  root@b76fcb399bb6:/opt/airflow# airflow db init
+
+
+6. Once you enter breeze environment, create airflow tables and users from the 
breeze CLI. ``airflow db init``

Review Comment:
   ```suggestion
   6. Once you enter breeze environment, create airflow tables and users from 
the breeze CLI. ``airflow db reset``
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to