gyli commented on issue #53041:
URL: https://github.com/apache/airflow/issues/53041#issuecomment-3192556941

   About the question whether `has_import_errors` is helpful that @AryanK1511 
raised above, I think it can still be helpful to filter the DAGs that have been 
successfully loaded at least once before. For those dags, they have records in 
`dags` table, and if they have any import error later, the `has_import_errors` 
field will also be updated correctly. 
   
   So I think it's still useful to create such filter. I also suggest to update 
any related doc, to highlight the `Import Errors` filter only returns DAGs that 
have been successfully loaded before.


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