uranusjr commented on code in PR #32117:
URL: https://github.com/apache/airflow/pull/32117#discussion_r1244810547


##########
BREEZE.rst:
##########
@@ -2177,9 +2177,9 @@ After you run Breeze for the first time, you will have 
empty directory ``files``
 which will be mapped to ``/files`` in your Docker container. You can pass 
there any files you need to
 configure and run Docker. They will not be removed between Docker runs.
 
-By default ``/files/dags`` folder is mounted from your local 
``<AIRFLOW_SOURCES>/files/dags`` and this is
-the directory used by airflow scheduler and webserver to scan dags for. You 
can use it to test your dags
-from local sources in Airflow. If you wish to add local DAGs that can be run 
by Breeze.
+By default ``/files/dags`` and ``/files/plugins`` folder is mounted from your 
local ``<AIRFLOW_SOURCES>/files/dags``and ``<AIRFLOW_SOURCES>/files/plugins`` 
respectively. ``/files/dags`` is
+the directory used by the airflow scheduler and webserver to scan dags for. 
You can use it to test your dags
+from local sources in Airflow. If you wish to add local DAGs that can be run 
by Breeze. ``/files/plugins`` is used by the airflow plugin manager and the 
Python modules in the plugins folder get imported, and macros and web views get 
integrated into Airflow's main collections and become available for use.

Review Comment:
   There are also much too many _and_s in the last sentence, but I’m not sure 
how to fix them.



##########
BREEZE.rst:
##########
@@ -2177,9 +2177,9 @@ After you run Breeze for the first time, you will have 
empty directory ``files``
 which will be mapped to ``/files`` in your Docker container. You can pass 
there any files you need to
 configure and run Docker. They will not be removed between Docker runs.
 
-By default ``/files/dags`` folder is mounted from your local 
``<AIRFLOW_SOURCES>/files/dags`` and this is
-the directory used by airflow scheduler and webserver to scan dags for. You 
can use it to test your dags
-from local sources in Airflow. If you wish to add local DAGs that can be run 
by Breeze.
+By default ``/files/dags`` and ``/files/plugins`` folder is mounted from your 
local ``<AIRFLOW_SOURCES>/files/dags``and ``<AIRFLOW_SOURCES>/files/plugins`` 
respectively. ``/files/dags`` is
+the directory used by the airflow scheduler and webserver to scan dags for. 
You can use it to test your dags
+from local sources in Airflow. If you wish to add local DAGs that can be run 
by Breeze. ``/files/plugins`` is used by the airflow plugin manager and the 
Python modules in the plugins folder get imported, and macros and web views get 
integrated into Airflow's main collections and become available for use.

Review Comment:
   There are also much too many *and*s in the last sentence, but I’m not sure 
how to fix them.



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