The GitHub Actions job "Tests (AMD)" on airflow.git/fix-psrp-init has succeeded. Run started by GitHub user 1fanwang (triggered by 1fanwang).
Head commit for run: 997a4f722cfc87890f5375f6d3c89c0e8cf1a62a / 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/30057480854 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
