The GitHub Actions job "Tests" on 
airflow.git/62887-Lambda-Executor-Callback-Support has failed.
Run started by GitHub user SameerMesiah97 (triggered by SameerMesiah97).

Head commit for run:
91cc6dff0fc8cc7e7a55152ff32229963dcd7c60 / Sameer Mesiah <[email protected]>
Add ExecuteCallback support to AwsLambdaExecutor

Extend AwsLambdaExecutor to support ExecuteCallback workloads
introduced in Airflow 3.2.

Callback workloads are queued using the callback identifier and
processed alongside task workloads. Both workload types are serialized
and dispatched to AWS Lambda using the Task SDK runtime entrypoint
`python -m airflow.sdk.execution_time.execute_workload`.

Update executor lifecycle methods to support string-based callback
identifiers while preserving JSON-serialized TaskInstanceKey handling
for task workloads.

Add unit tests covering callback workload execution, queue override
propagation, and adoption of callback workloads using string-based
external_executor_id values.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to