This is an automated email from the ASF dual-hosted git repository.
amoghdesai pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 37464de0cb1 Add pre-commit check for default configuration (#46622)
add e3aabea4c2d AIP-72: Simplify the XCOM interface between task sdk and
execution API (#46719)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/execution_api/datamodels/xcom.py | 4 +--
airflow/api_fastapi/execution_api/routes/xcoms.py | 37 +++-------------------
.../src/airflow/sdk/api/datamodels/_generated.py | 8 ++---
.../src/airflow/sdk/execution_time/task_runner.py | 16 +++++++---
task_sdk/tests/definitions/test_mappedoperator.py | 13 ++++----
task_sdk/tests/definitions/test_xcom_arg.py | 21 ++++++------
task_sdk/tests/execution_time/test_task_runner.py | 2 +-
.../api_fastapi/execution_api/routes/test_xcoms.py | 14 --------
8 files changed, 37 insertions(+), 78 deletions(-)