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

Head commit for run:
01c7ccf11582e8e49533acd782c30068c590c849 / 1fanwang <[email protected]>
Validate PsrpOperator parameters after rendering

command, powershell, cmdlet, arguments and parameters are template fields,
rendered after __init__ runs. The constructor validated their combination and
derived task_id from cmdlet, all reading the un-rendered Jinja expressions. Move
the validation into execute(), which runs after rendering.

This drops the cmdlet-derived task_id default (a construction-time read of a
template field that cannot move): task_id must now be passed explicitly when
using cmdlet.

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

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

With regards,
GitHub Actions via GitBox


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

Reply via email to