The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/trigger-dagrun-ambiguous-retry has failed.
Run started by GitHub user hkc-8010 (triggered by hkc-8010).

Head commit for run:
8a9259d5c0fd71c04a79805db7a17b03bb5069db / Hemkumar Chheda 
<[email protected]>
Use get_count for TriggerDagRunOperator pre-check instead of _dag_run_exists

Replace the custom _dag_run_exists helper (GET dag-runs/{dag_id}/{run_id} with
compatibility fallback for 405/422/5xx) with direct 
self.get_count(run_ids=[run_id])
calls. The dag-runs/count endpoint has been available since Airflow 3.0.0, so 
the
40-line compatibility layer is unnecessary.

Also removes _is_legacy_previous_dag_run_route_response, updates all trigger 
tests
to mock GET /dag-runs/count, and adds a run_ids query param assertion.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to