zachliu commented on issue #30997:
URL: https://github.com/apache/airflow/issues/30997#issuecomment-1530767179

   my bad, the logic is correct :sweat_smile: 
   
   | remote_logs     | task state | triple not logic final output |
   |-----------------|------------|-------------------------------|
   | no remote logs  | unfinished | True (read local)             |
   | has remote logs | finished   | False (don't read local)      |
   | no remote logs  | finished   | True (read local)             |
   | has remote logs | unfinished | True (read local)             |
   
   but i'll keep my PR open since the triple not logic is hard to understand


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