This is an automated email from the ASF dual-hosted git repository. ash pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
from e5db8a28989 Bump version of task-sdk package to alpha (#46324) add c466327f85f Create TaskMap rows when pushing XCom values from the Task Execution Interface (#46319) No new revisions were added by this update. Summary of changes: airflow/api_fastapi/execution_api/routes/xcoms.py | 57 ++++++++++++++++---- airflow/models/taskinstance.py | 21 ++------ .../src/airflow/sdk/definitions/mappedoperator.py | 17 ++++++ task_sdk/src/airflow/sdk/exceptions.py | 22 +++++++- task_sdk/src/airflow/sdk/execution_time/comms.py | 1 + .../src/airflow/sdk/execution_time/task_runner.py | 63 +++++++++++++++------- task_sdk/tests/execution_time/test_task_runner.py | 13 ++--- .../api_fastapi/execution_api/routes/test_xcoms.py | 42 +++++++++++++-- 8 files changed, 178 insertions(+), 58 deletions(-)