donghyun-daniel opened a new pull request, #46300:
URL: https://github.com/apache/airflow/pull/46300

   if there are n dags in our system, it is resolved in order in inner system 
with file system pathes.
   
   but if there is dag with problem, other dag is affected by problematic dag.
   
   let's say there is `a, b, c` dag in ours, and resolved order is set as `a, 
b, c`.
   if `b` is broken, `c` is also broken even there is no problem at all, which 
is broken because this `c`'s order is behind `b`.
   
   so, this PR contains enhanced dagbag resolving way with isolation.


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