potiuk commented on issue #20458: URL: https://github.com/apache/airflow/issues/20458#issuecomment-999624761
This is correct. DAG code is related to dag file not dag id. DAG file can contain more than one dag_id , so there is no way to delete dag_code when you delete dag id. Maybe what you need is to have separate API to delete and manage DAG code separately via PI - this is a good idea and I invite you to create a feature request for it (or even maybe implement it). -- 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]
