kaxil commented on code in PR #62128:
URL: https://github.com/apache/airflow/pull/62128#discussion_r2822782383


##########
airflow-core/src/airflow/dag_processing/manager.py:
##########
@@ -393,11 +393,16 @@ def _run_parsing_loop(self):
             self._refresh_dag_bundles(known_files=known_files)
 
             if not self._file_queue:
+                if self._parsing_start_time:

Review Comment:
   `self._parsing_start_time` is defined with `init=False`:
   
   
https://github.com/apache/airflow/blob/09fc07ddecbe07b3ad8aae7bf1b6dba5115e9857/airflow-core/src/airflow/dag_processing/manager.py#L210
   
   So this will fail because it hasn't been assigned yet.



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