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 2d8f7143180 Bump happy-dom from 15.0.0 to 15.10.1 in /airflow/ui
(#43759)
add bab8f40731c AIP-72: Add "TI heartbeat" endpoint for Execution API
(#43722)
No new revisions were added by this update.
Summary of changes:
.../routes/{task_instance.py => connections.py} | 2 +-
.../execution_api/routes/task_instance.py | 64 ++++++++
airflow/api_fastapi/execution_api/schemas.py | 7 +
.../execution_api/routes/test_task_instance.py | 169 +++++++++++++++++++++
tests_common/pytest_plugin.py | 7 +-
5 files changed, 247 insertions(+), 2 deletions(-)
copy airflow/api_fastapi/execution_api/routes/{task_instance.py =>
connections.py} (99%)