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

Head commit for run:
6188232432d81fcbf3bc5c741fa045865b4a88b4 / Kaxil Naik <[email protected]>
Revert "Fix rendering of template fields with start from trigger"

This reverts commit 4362c25e5cb96e3b6c99497b682d4dfe23a86aba from 
https://github.com/apache/airflow/pull/53071.

The original change violated Airflow's architectural separation by making
the Triggerer supervisor process load DAGs and attempt template rendering.
This breaks with mapped operators that use lazy sequences requiring
SUPERVISOR_COMMS, which only exists in task execution context.

The Triggerer should operate purely on trigger database records and
pre-computed trigger kwargs, not attempt runtime DAG operations.

Fixes triggerer failures with mapped operators using XCom dependencies.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to