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/07/08 20:19:53 UTC

[GitHub] [airflow] jsanko9 opened a new issue #16896: Deleting task instance from UI deletes Dag Run too

jsanko9 opened a new issue #16896:
URL: https://github.com/apache/airflow/issues/16896


   **Apache Airflow version**:
   2.1.0, also 2.1.1
   
   **Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
   1.19.6
   
   **Environment**:
   On-premise Cluster
   Official Docker Image with Python 3.8
   
   **What happened**:
   When working in '/taskinstance/list/' view and clicking on 'Delete record' as an admin. It deletes not only task instance but also whole Dag run.
   
   **What you expected to happen**:
   To be honest not sure, probably task to be requeued/cleared or warning that dag will be removed too. 
   
   **How to reproduce it**:
   Any running dag, simply removing task instance trough UI
   
   
   **Anything else we need to know**:
   In backend DB (Postgres12), DAG run record is not deleted. but dag run's dag_id and execution_date was set to <null>
   
   How often does this problem occur? Once? Every time etc?
   Every time
   
   ![image](https://user-images.githubusercontent.com/23584639/124984585-b1762600-e039-11eb-877a-9b74086484cc.png)
   
   


-- 
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] boring-cyborg[bot] commented on issue #16896: Deleting task instance from UI deletes Dag Run too

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #16896:
URL: https://github.com/apache/airflow/issues/16896#issuecomment-876720075


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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] kaxil closed issue #16896: Deleting task instance from UI deletes Dag Run too

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #16896:
URL: https://github.com/apache/airflow/issues/16896


   


-- 
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] kaxil commented on issue #16896: Deleting task instance from UI deletes Dag Run too

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


   closed by https://github.com/apache/airflow/pull/17719


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