dstandish commented on code in PR #45371:
URL: https://github.com/apache/airflow/pull/45371#discussion_r1905817946
##########
airflow/dag_processing/manager.py:
##########
@@ -99,6 +102,13 @@ class DagFileStat:
log = logging.getLogger("airflow.processor_manager")
+class DagFileInfo(NamedTuple):
+ """Information about a DAG file."""
+
+ path: str
Review Comment:
we should always try, somehow, whether through the variable name, or through
docstring, to clarify whether this path is an absolute path, or a path relative
to the bundle root.
--
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]