The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/logging/es-respect-log-template has succeeded.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
408d98c73d4d85036621b83e75b710f671c128d4 / LIU ZHE YOU <[email protected]>
Make Elasticsearch log handler respect the per-run log ID template

The LogTemplate model pins the log_id template to each Dag run so task
logs written before a config change stay readable, but the Airflow 3
paths of the Elasticsearch handler rendered log_id from the current conf
value on both the write (worker) and read (API server) sides, so
changing [elasticsearch] log_id_template orphaned all previously written
logs.

The write side now uses the pinned template that the supervisor receives
through TIRunContext (added by the core change this branch is stacked
on), and the API-server read paths restore the per-run DB lookup with a
conf fallback.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to