HsiuChuanHsu commented on issue #50905:
URL: https://github.com/apache/airflow/issues/50905#issuecomment-3181300831

   @sandeyshc 
   After digging into this issue, I think the problem’s with the 
`delete_dag.py` function. It’s not fully clearing out all the related 
resources. You can review the function here:
   
https://github.com/apache/airflow/blob/30a23e57da8a1780f204269f5d26295634989e8c/airflow-core/src/airflow/api/common/delete_dag.py#L42-L91
    
   I’d suggest tossing in a new function to `delete_dag.py` to handle the extra 
cleanup.
   Reference code:
   
https://github.com/apache/airflow/blob/30a23e57da8a1780f204269f5d26295634989e8c/airflow-core/src/airflow/api/common/delete_dag.py#L42-L91


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

Reply via email to