The GitHub Actions job "Tests (AMD)" on 
airflow.git/feature/52439-bulk-dag-runs-actions has succeeded.
Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).

Head commit for run:
ce74d44f85a0cf6b3f08040101d66daaf3ecf251 / 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/26241244874

With regards,
GitHub Actions via GitBox


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

Reply via email to