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 potiuk).

Head commit for run:
cd38ae425e3f862973171f67891e2522b48cbce7 / 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/16406334800

With regards,
GitHub Actions via GitBox


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

Reply via email to