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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
