potiuk commented on issue #25187: URL: https://github.com/apache/airflow/issues/25187#issuecomment-1190547173
We know about it. This is not easy to fix due to the way how dags are parsed sequentially in batches. The problem is that it does not scale, because you would have to parse all the dags in order to know all of them at once and there are edge cases such as moving dag to another file. This will likely not be fixed. -- 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]
