The GitHub Actions job "Tests (AMD)" on airflow.git/fix-hitl-init has failed.
Run started by GitHub user 1fanwang (triggered by 1fanwang).

Head commit for run:
e3f56339d00ce7a12f29d1785def41247cbf64ba / 1fanwang <[email protected]>
Add HITLOperator subject/body to summary after rendering

subject and body are template fields, rendered after __init__ runs. The
constructor built hitl_summary with self.subject/self.body, so a templated
subject or body was captured as its un-rendered Jinja expression. Build the base
summary in __init__ without them and add their rendered values from execute() 
and
execute_complete() via a shared helper, so listeners see the resolved 
subject/body.

related: #70296
Signed-off-by: 1fanwang <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to