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/15 03:21:43 UTC

[GitHub] [airflow] xinbinhuang edited a comment on issue #15374: Clearing a subdag task leaves parent dag in the failed state

xinbinhuang edited a comment on issue #15374:
URL: https://github.com/apache/airflow/issues/15374#issuecomment-819940226


   Hi @ctimbreza, welcome to Airflow! Before solving your specific issue with SubDagOperator, I wonder if you have considered using [`TaskGroup`](https://airflow.apache.org/docs/apache-airflow/stable/concepts.html#taskgroup) for your use case instead? 
   It was introduced as an alternative to SubDagOperator. It's simple to use and without the shortcomings from SubDag


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