HuanjieGuo commented on issue #46856: URL: https://github.com/apache/airflow/issues/46856#issuecomment-2670189861
@simonprydden Why do we keep the archive table if user already set the --skip-archive? For user like me, we only know that we can use `airflow db clean` to delete history data. Now we also need to know that I need to use `airflow db drop-archived` to delete backup. It is not friendly for user like me utill they hit the same disk out of space issue, and then they realize that we also need to use `airflow db drop-archived` . I open a PR here https://github.com/apache/airflow/pull/46857 to try catch the exception, and finally delete the archived table. -- 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]
