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/08 18:15:34 UTC

[GitHub] [airflow] collinmcnulty opened a new issue #18097: Mark all tasks in task group failed/success from UI

collinmcnulty opened a new issue #18097:
URL: https://github.com/apache/airflow/issues/18097


   ### Description
   
   I would like to be able to click on a task group in the Graph view (and tree view if task groups start being represented there as well) and bring up the dialog box for Clear/Mark Success/Failed including the downstream and failed options. Whatever is selected should then be applied to all tasks in the task group.
   
   ### Use case/motivation
   
   As discussed on #17992, sometimes you have a series of parallel tasks that you want to operate on together. The best way to do that currently is to go one task upstream of the parallel tasks and use the "Downstream" option, but that can have unintended consequences for tasks further downstream if there are task with `all_done`. The only other option is to one-by-one mark all the parallel tasks.
   
   With task groups, I think of this series of tasks as one entity, and I'd like to be able to operate one it as if that were true.
   
   ### Related issues
   
   related #17992 
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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



[GitHub] [airflow] stephenonethree commented on issue #18097: Mark all tasks in task group failed/success from UI

Posted by GitBox <gi...@apache.org>.
stephenonethree commented on issue #18097:
URL: https://github.com/apache/airflow/issues/18097#issuecomment-1039222945


   +1. Thanks for filing this, this is basically what I was getting at in https://github.com/apache/airflow/issues/17992
   
   Task Groups are awesome. To me this is the only missing feature.


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



[GitHub] [airflow] bbovenzi commented on issue #18097: Mark all tasks in task group failed/success from UI

Posted by GitBox <gi...@apache.org>.
bbovenzi commented on issue #18097:
URL: https://github.com/apache/airflow/issues/18097#issuecomment-926513399


   Good idea. I am working on improving how we show task groups in the tree view. After that is done, this would be a good next step.


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



[GitHub] [airflow] stephenonethree commented on issue #18097: Mark all tasks in task group failed/success from UI

Posted by GitBox <gi...@apache.org>.
stephenonethree commented on issue #18097:
URL: https://github.com/apache/airflow/issues/18097#issuecomment-1039222945


   +1. Thanks for filing this, this is basically what I was getting at in https://github.com/apache/airflow/issues/17992
   
   Task Groups are awesome. To me this is the only missing feature.


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