[
https://issues.apache.org/jira/browse/AIRFLOW-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16880149#comment-16880149
]
Karl Andersson commented on AIRFLOW-4352:
-----------------------------------------
Hi Reggie, the DAG consists of SubDAGs which in their turn consist of identical
tasks. The SubDAGs `load_zuora_data.Order` and `load_zuora_data.Orderaction`
both has the tasks `zuora_to_snowflake`and `delta_load` where the first is
dependent on the second. Then using the GUI to delete the task
`zuora_to_snowflake` from the Subdag `load_zuora_data.Order` I get the attached
message.
I will see if I can try to reproduce the issue with some test code I can share.
BR
Karl
> Clearing task runs from GUI erroneously clears other task runs with similar
> names
> ---------------------------------------------------------------------------------
>
> Key: AIRFLOW-4352
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4352
> Project: Apache Airflow
> Issue Type: Bug
> Components: ui
> Affects Versions: 1.10.2
> Reporter: Karl Andersson
> Priority: Major
> Attachments: Airflow_task_deletion.xcf, Ui_clear_bug.pdf
>
>
> When using the UI to clear a task run it seems that it wants to clear all
> task runs where task_id contains my task_id (instead of correct behavior is
> equal to). E.g When deleting a task in subdag: "load_zuora_data.order" it
> also wants to delete the task for "load_zuora_data.orderaction", see
> attached screen shot.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)