rawwar commented on PR #54563:
URL: https://github.com/apache/airflow/pull/54563#issuecomment-3218805562
Copying the comment from the parent issue for reference:
> 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]