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 b35fc9f3d73 doc: breeze /files/dags in container (#45590)
b35fc9f3d73 is described below
commit b35fc9f3d7384df2ca2de9dc6ad536188d44d074
Author: raphaelauv <[email protected]>
AuthorDate: Sun Jan 12 18:27:42 2025 +0100
doc: breeze /files/dags in container (#45590)
Co-authored-by: raphaelauv <[email protected]>
---
dev/breeze/doc/10_advanced_breeze_topics.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/breeze/doc/10_advanced_breeze_topics.rst
b/dev/breeze/doc/10_advanced_breeze_topics.rst
index 9bbf113cb7e..ddf67c071f7 100644
--- a/dev/breeze/doc/10_advanced_breeze_topics.rst
+++ b/dev/breeze/doc/10_advanced_breeze_topics.rst
@@ -116,7 +116,7 @@ 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
+By default ``/files/dags`` folder is mounted from your local
``<AIRFLOW_SOURCES_ROOT>/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.