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


##########
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:
   ```suggestion
           After initialize has been called, all dag files in the bundle should 
be accessible from this path.
   ```



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