dstandish commented on code in PR #46164:
URL: https://github.com/apache/airflow/pull/46164#discussion_r1936233967
##########
airflow/dag_processing/bundles/base.py:
##########
@@ -84,7 +87,9 @@ def path(self) -> Path:
"""
Path for this bundle.
- Airflow will use this path to load/execute the DAGs from the bundle.
+ Airflow will use this path to find/load/execute the DAGs from the
bundle.
+ You can change this path during refreshes, but it cannot change
between refreshes.
+ It is also should be retrievable once the bundle has been initialized.
Review Comment:
maybe "after calling initialize, all dag files in the bundle should be
accessible from this path and its subdirectories" or something
--
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]