eladkal commented on pull request #18471:
URL: https://github.com/apache/airflow/pull/18471#issuecomment-926425630


   > If you want to skip everything you can `raise AirflowSkipException` I 
think. (that would have a slightly different behaviour of also skipping the 
branch op itself, unless we caught that in this op and turned it in to skip all 
downstream)
   
   So this is a possible route. We will need to keep the change in `SkipMixin` 
itself to avoid changing all the branch operators.
   
   > That's all a separate pr/feature though
   
   I agree. This PR is just replacing the error message to a more meaningful 
one. There is no change in functionality here.
   I'll work on trying to solve the issue from the root for a future PR.


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


Reply via email to