AutomationDev85 commented on PR #59104: URL: https://github.com/apache/airflow/pull/59104#issuecomment-3932567468
Hi all, we hit the same issue with Airflow 3.1.7. I don’t think the changes in this PR are sufficient, though. In RuntimeTaskInstance there’s also a check that returns a single item instead of the list when the XCom list has only one element (see https://github.com/apache/airflow/blob/main/task-sdk/src/airflow/sdk/execution_time/task_runner.py#L392). Shouldn’t that be updated too? -- 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]
