The GitHub Actions job "Tests" on airflow.git/feature/ecs-executor-callback has 
failed.
Run started by GitHub user shivaam (triggered by shivaam).

Head commit for run:
a93048e719319a4b83352bd2e00e8b0def04fa4b / Shivam Rastogi 
<[email protected]>
Add ExecuteCallback support to AWS ECS Executor

Enables the ECS executor to handle callback workloads (deadline
alerts) alongside regular task workloads. Callbacks are serialized,
dispatched to ECS containers, and tracked through the same lifecycle
as tasks.

Changes:
- Add supports_callbacks flag gated on AIRFLOW_V_3_3_PLUS
- Widen key types from TaskInstanceKey to WorkloadKey
- Branch on ExecuteTask vs ExecuteCallback in _process_workloads
- Guard log_task_event calls for task-only keys
- Use cast() instead of type:ignore for success/fail/running_state
- Add AIRFLOW_V_3_3_PLUS version gate to version_compat.py

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

With regards,
GitHub Actions via GitBox


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

Reply via email to