BBQing commented on issue #52413:
URL: https://github.com/apache/airflow/issues/52413#issuecomment-3017123084

   This is the output for safe_mode=True
   ```
   
================================================================================
   DAG File Processing Stats
   
   Bundle       File Path         PID    Current Duration      # DAGs    # 
Errors  Last Duration    Last Run At
   -----------  ----------------  -----  ------------------  --------  
----------  ---------------  -------------------
   dags-folder  task_groups.py                                      2           
0  0.85s            2025-06-29T21:04:38
   dags-folder  from_include.py                                     0           
0  0.85s            2025-06-29T21:04:38
   dags-folder  check_config.py                                     1           
0  0.06s            2025-06-29T21:04:38
   dags-folder  other_include.py                                    0           
0  0.06s            2025-06-29T21:04:38
   
================================================================================
   ```
   and this the safe_mode=False
   ```
   
================================================================================
   DAG File Processing Stats
   
   Bundle       File Path         PID    Current Duration      # DAGs    # 
Errors  Last Duration    Last Run At
   -----------  ----------------  -----  ------------------  --------  
----------  ---------------  -------------------
   dags-folder  check_config.py                                     1           
0  0.08s            2025-06-29T21:07:00
   dags-folder  other_include.py                                    0           
1  0.07s            2025-06-29T21:07:00
   dags-folder  task_groups.py                                      2           
0  0.07s            2025-06-29T21:07:00
   dags-folder  from_include.py                                     0           
1  0.05s            2025-06-29T21:07:00
   
================================================================================
   ```
   
   Notice the # Errors column
   
   @ashb this might be interesting for you


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