This is an automated email from the ASF dual-hosted git repository.
kaxilnaik 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 84726c275af fix: 03_contributors_quick_start_docs (#42927)
84726c275af is described below
commit 84726c275af0f4e1dc9ad63c57e61fe3fbcddca8
Author: Geonwoo Kim <[email protected]>
AuthorDate: Sat Oct 12 23:37:24 2024 +0900
fix: 03_contributors_quick_start_docs (#42927)
* Change code-block position
---
contributing-docs/03_contributors_quick_start.rst | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/contributing-docs/03_contributors_quick_start.rst
b/contributing-docs/03_contributors_quick_start.rst
index bddecc6f1e4..4ee65da0350 100644
--- a/contributing-docs/03_contributors_quick_start.rst
+++ b/contributing-docs/03_contributors_quick_start.rst
@@ -273,15 +273,14 @@ Setting up Breeze
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.
-.. code-block:: bash
-
- root@b76fcb399bb6:/opt/airflow# airflow db reset
-
-
6. Once you enter breeze environment, create airflow tables and users from the
breeze CLI. ``airflow db reset``
is required to execute at least once for Airflow Breeze to get the
database/tables created. If you run
tests, however - the test database will be initialized automatically for
you.
+.. code-block:: bash
+
+ root@b76fcb399bb6:/opt/airflow# airflow db reset
+
.. code-block:: bash
root@b76fcb399bb6:/opt/airflow# airflow users create \