dstandish commented on code in PR #46290:
URL: https://github.com/apache/airflow/pull/46290#discussion_r1936227015


##########
airflow/dag_processing/manager.py:
##########
@@ -102,10 +102,16 @@ class DagFileStat:
 class DagFileInfo:
     """Information about a DAG file."""
 
-    path: str  # absolute path of the file
+    rel_path: Path
     bundle_name: str
     bundle_path: Path | None = field(compare=False, default=None)

Review Comment:
   if you look 
[here](https://github.com/apache/airflow/pull/46290/files#diff-827b7a469438ffd1b172ae295134a84c8a914c9ea4c9ea2a7d3de1f1d5aa6bb6R281),
 bundle path is not known, but it is also not _needed_ -- we only use it to 
look up one in the dict, which we can do without bundle path since it's not 
needed for comparison



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