You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/14 03:53:04 UTC

[GitHub] [airflow] uranusjr commented on issue #23942: `ALL_DONE` trigger rule not respected in TaskFlow API for upstream failures

uranusjr commented on issue #23942:
URL: https://github.com/apache/airflow/issues/23942#issuecomment-1154679741

   Since an XCom push can never be None[^1], we can probably just set the value to None in this case. Combining this with #24401, we probably need to do some additional checks in `XComArg.resolve()` to take account the current task’s trigger rule, and resolve to None when appropriate.
   
   [^1]: A design decision I didn’t agree with but that ship sailed long ago.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org