ephraimbuddy commented on issue #31184: URL: https://github.com/apache/airflow/issues/31184#issuecomment-1553559833
> I see. That makes sense. However, would `airflow db clean` not wipe a bit more than required? It wiped out all DAGs the last time I tried it out - cannot remember the exact parameters unfortunately. Yes. It will wipe everything > Would it make sense to purge the `dag_tag `table manually? My assumption is that when the DAGs are serialized again, it should pick up only stuff that exists. I don’t think so since it’s a child to DagModel. If you know the DAG ID, you can use `airflow dags delete DAG_ID` -- 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]
