gavinhonl commented on issue #40543: URL: https://github.com/apache/airflow/issues/40543#issuecomment-2228386947
@potiuk - Thanks for raising this issue. I was about to create a new issue myself. IMO - the behaviour should be as follows: - Select task in Grid (task_id[]) -> Clear task (with Downstream enabled): Clears all mapped tasks and their associated downstream tasks - Existing Behaviour - Select mapped task (task_id[map_index]) -> Clear task (with Downstream enabled): Clears only the mapped task and associated downstream tasks - To-be Behaviour - Select TaskGroup in Grid (taskgroup_id[]) -> Clear task (with Downstream enabled): Clears all tasks in the Taskgroup and associated downstream tasks - Existing Behaviour - Select TaskGroup in Grid (taskgroup_id[]) -> Clear task (with Downstream disabled): Clears all tasks in the Taskgroup - Existing Behaviour -- 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]
