This is an automated email from the ASF dual-hosted git repository.
potiuk 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 ba5411c0d7a Update contributors_quick_start_gitpod.rst (#45984)
ba5411c0d7a is described below
commit ba5411c0d7ad3a510c0153e9c3e6b44892abcc55
Author: Aditya Yadav <[email protected]>
AuthorDate: Mon Jan 27 03:24:34 2025 +0530
Update contributors_quick_start_gitpod.rst (#45984)
* Update contributors_quick_start_gitpod.rst
* Update contributors_quick_start_gitpod.rst
* Update contributors_quick_start_gitpod.rst
---
.../quick-start-ide/contributors_quick_start_gitpod.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git
a/contributing-docs/quick-start-ide/contributors_quick_start_gitpod.rst
b/contributing-docs/quick-start-ide/contributors_quick_start_gitpod.rst
index f5e85adac1b..8ff3fac81e7 100644
--- a/contributing-docs/quick-start-ide/contributors_quick_start_gitpod.rst
+++ b/contributing-docs/quick-start-ide/contributors_quick_start_gitpod.rst
@@ -108,6 +108,13 @@ To start Airflow using Breeze:
breeze start-airflow
+To start Airflow in development mode:
+
+.. code-block:: bash
+
+ breeze start-airflow --dev-mode
+
+
.. note::
The database initialization step is required only when you plan to use the
webserver.
When running tests, the database will be initialized automatically on the
first run.