The GitHub Actions job "Tests (AMD)" on 
airflow.git/k8s-executor-async-pod-creation has failed.
Run started by GitHub user 1fanwang (triggered by 1fanwang).

Head commit for run:
2381f781519348976c085de10b03a9028eade8b0 / 1fanwang <[email protected]>
Narrow task_queue for mypy in the extracted pod-creation helpers

main made task_queue Optional (lazy-created in start()), but the 
concurrent-creation refactor moved the queue drain out of sync() into helper 
methods where mypy can no longer see sync()'s narrowing, so it flags task_queue 
as possibly-None. Assert it under TYPE_CHECKING in each helper, matching sync().

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

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

With regards,
GitHub Actions via GitBox


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

Reply via email to