The GitHub Actions job "Scheduled verify release calendar" on airflow.git/main 
has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
113b6fae3f9a314c6314b3cfdeb3f231ea9d5f6d / Deepak kumar <[email protected]>
UI: Fix /dags/{dag_id}/latest_run returning 500 instead of 400 for dag_id="~" 
(#67363)

The wrong HTTPException class (http.client.HTTPException, the stdlib base
class) was imported in 
airflow-core/src/airflow/api_fastapi/core_api/routes/ui/dags.py.
FastAPI's exception handlers only translate fastapi.HTTPException, so the
400 branch in get_latest_run_info propagated as 500 Internal Server Error.
Import HTTPException from fastapi instead and add a regression test.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to