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/04/17 15:00:15 UTC

[GitHub] [airflow] quoc-t-le edited a comment on issue #15407: ShortCircuitOperator to short circuit downstream of TaskGroup only

quoc-t-le edited a comment on issue #15407:
URL: https://github.com/apache/airflow/issues/15407#issuecomment-821836053


   I was able to achieve the goal with BranchPythonOperator.  Would need an additional DummyOperator at the end of the taskgroup with trigger_rule='all_done' and the BranchPythonOperator either jump to next or skip all until that.  little hacky


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

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