apache/airflow

skip_archive should actually skip archive in db clean command

開放

#42,003 建立於 2024年9月4日

 (8 則留言) (1 個反應) (0 位負責人)Python (16,781 個分叉)batch import
area:db-migrationsgood first issuekind:featurekind:meta

倉庫指標

星標
 (44,809 顆星)
PR 合併指標
 (平均合併 7天 18小時) (30 天內合併 834 個 PR)

描述

Body

Currently the delete process uses the archive table in the process of deletion. But we should refactor this so it doesn't need this and actually not create the archive table at all when user specifies this option.

The issue is when you are deleting a lot of rows, particularly if you have a low statement timeout, you may hit errors.

Committer

  • I acknowledge that I am a maintainer/committer of the Apache Airflow project.

貢獻者指南