This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 9eebbefdbb3 Extract prek hooks for Helm (#57263)
add 5a5dc4f160d Display custom labels for mapped tasks during execution
(#57208)
No new revisions were added by this update.
Summary of changes:
.../execution_api/routes/task_instances.py | 37 ++++++++++++++
.../versions/head/test_task_instances.py | 56 ++++++++++++++++++++++
.../tests/unit/dag_processing/test_processor.py | 1 +
airflow-core/tests/unit/jobs/test_triggerer_job.py | 1 +
task-sdk/src/airflow/sdk/api/client.py | 5 ++
task-sdk/src/airflow/sdk/execution_time/comms.py | 8 ++++
.../src/airflow/sdk/execution_time/supervisor.py | 3 ++
.../src/airflow/sdk/execution_time/task_runner.py | 27 ++++++++++-
task-sdk/tests/task_sdk/api/test_client.py | 18 +++++++
.../task_sdk/execution_time/test_supervisor.py | 10 ++++
.../task_sdk/execution_time/test_task_runner.py | 22 +++++++++
11 files changed, 187 insertions(+), 1 deletion(-)