The GitHub Actions job "Tests AMD" on airflow.git/dagbag-singleton has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
37d03e851f3da47557f605b5408d00466b3ada0f / Kaxil Naik <[email protected]>
Ensure singleton use of `DagBag` across all API requests

Previously, DagBag was injected via onlyFastAPI dependency as part of the 
refactor in https://github.com/apache/airflow/pull/50372 ,
but a new instance was created for each request. This change updates the 
dependency to resolve
DagBag from `app.state`, ensuring it is only instantiated once at startup while 
keeping benefits of FastAPI dependency.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to