The GitHub Actions job "Tests (AMD)" on airflow.git/feature/52439-bulk-dag-runs-actions has failed. Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).
Head commit for run: 045c87cf18cef9cbda60b994e28b2ffc6a4cdb4c / pierrejeambrun <[email protected]> Restore resolve_run_on_latest_version import dropped during rebase Rebasing the branch onto the latest ``apache/main`` with the ``-X theirs`` strategy used the incoming side for every conflict in ``routes/public/dag_run.py``. That dropped the ``resolve_run_on_latest_version`` import that #63884 added — the function call at line 336 was preserved but the import line wasn't, so the module failed to load and every test in ``test_dag_run.py`` crashed at collection (Static checks, mypy, and all DB-core test matrices on CI). This commit only adds the missing import back; no other change. Report URL: https://github.com/apache/airflow/actions/runs/26232497791 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
