The GitHub Actions job "Tests AMD" on airflow.git/remove-dag-reports has 
succeeded.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
7df6daa71c4a2cda9e3e54102e858d5ad986f792 / Kaxil Naik <[email protected]>
Remove ``dagReports`` API endpoint

The `/api/v2/dagReports` endpoint loaded user DAG files directly in the
API server process via DagBag, violating Airflow's core architectural
principle that the API server must never execute user code.

The endpoint was not used by the UI and had no known consumers. Users
needing DAG loading reports should use the `airflow dags report` CLI
command instead, which runs in an isolated process designed to safely
execute user code.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to