iamapez commented on PR #58207: URL: https://github.com/apache/airflow/pull/58207#issuecomment-3524072851
Updated to use proper Task SDK workload serialization pattern. Now matches the command generation used for newly queued tasks (lines 509-518): - Creates ExecuteTask workload with `ExecuteTask.make(ti)` - Serializes with `model_dump_json()` - Constructs SDK command: `python -m airflow.sdk.execution_time.execute_workload --json-string <serialized>` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
