The GitHub Actions job "Tests (AMD)" on airflow.git/fix-batch-executor-mypy has succeeded. Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).
Head commit for run: 9fac7f4ec5f2d671c8dbbf018efeb97187e74094 / pierrejeambrun <[email protected]> Fix mypy error in AWS Batch executor execute_async signature The CallbackKey type was changed from a 'str' alias to a proper dataclass in #66973 for stricter type-checking. The Batch executor's 'execute_async' signature still used the stale 'TaskInstanceKey | str' annotation, which is no longer assignable to BatchQueuedJob.key (typed as BatchJobWorkloadKey = TaskInstanceKey | CallbackKey). Update the signature to use BatchJobWorkloadKey, matching the type of keys actually queued and passed by _process_workloads(). Report URL: https://github.com/apache/airflow/actions/runs/26239491024 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
