jedcunningham commented on code in PR #46164:
URL: https://github.com/apache/airflow/pull/46164#discussion_r1936340611


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

Review Comment:
   ```suggestion
           The path can change when `refresh` is called, but it cannot change 
between refreshes.
   ```
   
   Better?



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