The GitHub Actions job "Check newsfragment PR number" on 
airflow.git/fix-db-clean-callback-table has failed.
Run started by GitHub user steveahnahn (triggered by steveahnahn).

Head commit for run:
1c1d6a5e2a69a144dc70700c6dc3b8f0826ea5d0 / Steve Ahn 
<[email protected]>
Fix airflow db clean never purging the callback table

The table was renamed from callback_request in Airflow 3.2.0 and the
cleanup configuration was not updated with it. A configured table that
does not exist is skipped with only a warning, so these rows were never
deleted and the table grew without bound, with no way for an operator to
purge it.

Only callbacks that can no longer run are removed. A callback still
awaiting execution owns its deadline row through an ON DELETE CASCADE
foreign key, so deleting one would silently drop a deadline that has not
fired yet.

The sla_miss entry is dropped as well, since that table no longer exists
in Airflow 3.

Report URL: https://github.com/apache/airflow/actions/runs/30710245112

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to