The GitHub Actions job "Tests (AMD)" on 
airflow.git/feature/coordinator/dag-bundle-name has failed.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
9cbcf02655a34151379fd1fc1074cd79aa525ed7 / LIU ZHE YOU <[email protected]>
Read the Dag bundle configuration through a single entry point

Splitting the read across a keyed builder and a wrapper meant two names for one
idea, and the empty case leaked out as a module-level constant that existed only
to be returned. One function now answers "what is configured", parsed once per
process so both readers of it see the same answer.

Parsing once per process means a later configuration change is not observed.
That only arises in tests, which switch configuration freely, so overriding
configuration there drops the memo rather than silently serving a stale one.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to