eladkal commented on PR #36374:
URL: https://github.com/apache/airflow/pull/36374#issuecomment-1868301645

   > I have seen a scenario where the skipped state is set when branching 
doesn't follow some of the downstream tasks. Looks like that's not covered.
   
   I'm not sure if we can/should handle it. The goal here is to handle the case 
when the task is executed and then status changed to skipped due to raise of 
skip exception. It is not meant to be used with cascading status to downstream 
tasks (though maybe it's something we should think about). However for the 
scope of this PR I think we should clarify in docs about this unique case.


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to