XD-DENG commented on a change in pull request #15112:
URL: https://github.com/apache/airflow/pull/15112#discussion_r605181000
##########
File path: airflow/utils/dag_processing.py
##########
@@ -141,7 +141,7 @@ def waitable_handle(self):
class DagParsingStat(NamedTuple):
"""Information on processing progress"""
- file_paths: List[str]
+ num_file_paths: int
Review comment:
let's further challenge this part: why do we need `num_file_paths` or
earlier `file_paths`?
Where we really need this `DagParsingStat` is `self._sync_metadata`, in
which we don't use `num_file_paths` or earlier `file_paths`
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]