jedcunningham commented on code in PR #46164:
URL: https://github.com/apache/airflow/pull/46164#discussion_r1936359654
##########
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.
+ The path can change when `refresh` is called, but it cannot change
between refreshes.
Review Comment:
```suggestion
```
--
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]