The GitHub Actions job "Tests (AMD)" on airflow.git/fix-dag-version-latest-ordering has failed. Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).
Head commit for run: 1c318717ed392008f7063a5e0657eadaba93ebbb / Ephraim Anierobi <[email protected]> Determine latest Dag version by version_number, not created_at The latest DagVersion was selected by created_at DESC, which is not deterministic when two versions share a timestamp (or under clock skew). write_dag derives the next version_number from that row, so picking a non-max row collided with the (dag_id, version_number) unique constraint. Order by the monotonic, unique version_number instead, consistently across get_latest_version/write_dag, get_version, and the bulk prefetch. Report URL: https://github.com/apache/airflow/actions/runs/27353827612 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
