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 2021/09/23 18:55:07 UTC

[GitHub] [airflow] ashb commented on pull request #18471: Improve error message for BranchPythonOperator when no task_id to follow

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


   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)
   
   That's all a separate pr/feature though


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