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/07/05 15:20:36 UTC

[GitHub] [airflow] jordanjeremy commented on issue #24338: TaskFlow AirflowSkipException causes downstream step to fail

jordanjeremy commented on issue #24338:
URL: https://github.com/apache/airflow/issues/24338#issuecomment-1175185410

   @ashb I provided additional detail in [https://github.com/apache/airflow/pull/24401#issuecomment-1154461709](https://github.com/apache/airflow/pull/24401#issuecomment-1154461709) showing a more complete example of how this was being used.
   
   In short, passing the XComArg to a downstream task was being used as it allowed the relationship between tasks to be established automatically instead of having to explicitly set these relationships through bitshift operators or calling set_upstream/set_downstream.


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