The GitHub Actions job "Tests AMD" on airflow.git/tags-case has succeeded. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: 8fb8dcffc41aa3879a21410ebca61405d4eec1dc / Kaxil Naik <[email protected]> Fix dag-processor crash when renaming DAG tag case on MySQL 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 Report URL: https://github.com/apache/airflow/actions/runs/18755616174 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
