This is an automated email from the ASF dual-hosted git repository. ash pushed a change to branch mapped-tasks-tasksdk-execution-time in repository https://gitbox.apache.org/repos/asf/airflow.git
from 1010ce9b960 Add dynamic task mapping into TaskSDK runtime add 3da8301691d fixup! Add dynamic task mapping into TaskSDK runtime add 281b35de673 fixup! Add dynamic task mapping into TaskSDK runtime No new revisions were added by this update. Summary of changes: .../execution_api/datamodels/taskinstance.py | 2 +- airflow/models/taskinstance.py | 20 +++++---- task_sdk/src/airflow/sdk/api/client.py | 4 +- .../src/airflow/sdk/api/datamodels/_generated.py | 2 +- .../sdk/definitions/_internal/expandinput.py | 2 +- task_sdk/src/airflow/sdk/definitions/xcom_arg.py | 1 - .../src/airflow/sdk/execution_time/task_runner.py | 2 +- task_sdk/tests/definitions/conftest.py | 49 ++++++++++++++++++++++ task_sdk/tests/test_log.py | 2 +- 9 files changed, 68 insertions(+), 16 deletions(-) create mode 100644 task_sdk/tests/definitions/conftest.py