The GitHub Actions job "Tests AMD/ARM" on 
airflow.git/backport-5013aad-v3-1-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
317c5c8a5ebbdbfcc4da53c0fb8be968c83b51df / Kaxil Naik <[email protected]>
[v3-1-test] Fix dag-processor crash when renaming DAG tag case on MySQL (#57113)

When a user changed only the case of a DAG tag (e.g., 'dangerous' to
'DANGEROUS'), the dag-processor would crash with a duplicate key error
on MySQL due to case-insensitive collation in the PRIMARY KEY. This
occurred because SQLAlchemy executed INSERT operations before DELETE
operations during the flush.

The fix ensures DELETE operations complete before attempting INSERT
operations by explicitly flushing and refreshing the tag relationship
from the database.

Fixes #56940
(cherry picked from commit 5013aad00b3b76e442861f8233c2691845f1fff1)

Co-authored-by: Kaxil Naik <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to