vatsrahul1001 opened a new pull request, #72870: URL: https://github.com/apache/airflow/pull/72870
Backport of #70923 to `v3-3-test` for the 3.3.2 release. Fixes `airflow db clean` never purging the `callback` table (it was registered under the old `callback_request` name, so the config entry named a non-existent table and rows were silently skipped). The `db_cleanup.py` fix + newsfragment applied clean; the test's import conflicts resolved by taking the incoming sqlalchemy/mock supersets (ruff then dropped `Path`/`call`/`IntegrityError` as unused on v3-3-test). All 14 callback-cleanup tests pass. ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.8) Generated-by: Claude Code (Opus 4.8) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
