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.

贡献者指南