You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "uranusjr (via GitHub)" <gi...@apache.org> on 2023/02/22 05:14:59 UTC

[GitHub] [airflow] uranusjr commented on issue #29199: TaskFlow AirflowSkipException causes downstream step to fail when multiple_outputs is true

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

   THis would change the behaviour of `zip`. `ArgNotSet` is `fillvalue`’s default value, and it needs to cause `XComNotFound` for the mechanism to work correctly. So either further logic is needed to distinguish between the cases, or one of these code paths need to change the sentinel value (not use `ArgNotSet`).


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