The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/tasksdk-terminal-state-after-api-success has failed.
Run started by GitHub user vatsrahul1001 (triggered by vatsrahul1001).

Head commit for run:
88557d811935c1b8cb7f59a0a348c33e34323afb / vatsrahul1001 
<[email protected]>
Narrow _pending_terminal_state_msg type to satisfy mypy

The field was annotated as BaseModel | None, but _send_terminal_state_msg
expects SucceedTask | RetryTask | DeferTask | RescheduleTask. mypy
couldn't prove the narrowing at the _replay_pending_terminal_state_msg
call site. Tighten the field type to the exact union the setter assigns
and the consumer accepts.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to