Skip to content

Commit

Permalink
Remove task_fail from airflow db cleanup (apache#43528)
Browse files Browse the repository at this point in the history
This was missed in apache#43490
  • Loading branch information
kaxil authored Oct 31, 2024
1 parent 10c6464 commit 31ee7cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow/utils/db_cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def readable_config(self):
_TableConfig(table_name="import_error", recency_column_name="timestamp"),
_TableConfig(table_name="log", recency_column_name="dttm"),
_TableConfig(table_name="sla_miss", recency_column_name="timestamp"),
_TableConfig(table_name="task_fail", recency_column_name="start_date"),
_TableConfig(table_name="task_instance", recency_column_name="start_date"),
_TableConfig(table_name="task_instance_history", recency_column_name="start_date"),
_TableConfig(table_name="task_reschedule", recency_column_name="start_date"),
Expand Down

0 comments on commit 31ee7cb

Please sign in to comment.