The GitHub Actions job "Tests AMD" on 
airflow.git/fix-error-while-deleting-dag-on-cli-and-web-ui has succeeded.
Run started by GitHub user iosif2 (triggered by jason810496).

Head commit for run:
13823d2a2dde596e99cbbbea254c8e6e5516fc70 / Minkyu Kim <[email protected]>
feat: Update foreign key behavior and improve DAG deletion process

- Change foreign key on delete behavior to cascade for backfill in the 
`dag_run` table to prevent errors during DAG deletion.
- Modify the `backfill_id` column in the `DagRun` model to include 
`ondelete="CASCADE"`.
- Ensure `TaskInstance` records are deleted before other models during DAG 
deletion to maintain referential integrity.
- Add a test case to verify that a DAG can be deleted even when backfill 
records exist.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to