jedcunningham commented on code in PR #45371:
URL: https://github.com/apache/airflow/pull/45371#discussion_r1906149582
##########
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:
Left a comment, but there will be some further work in this area so I'll try
and make sure it's more obvious then.
--
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]