This is an automated email from the ASF dual-hosted git repository.
guanmingchiu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from afd53fd8b4c Fetch asset event source dag run (#59090)
add 91ae1733791 Add wildcard support for dag_id and dag_run_id in bulk ti
endpoint (#57441)
No new revisions were added by this update.
Summary of changes:
.../core_api/datamodels/task_instances.py | 2 +
.../core_api/openapi/v2-rest-api-generated.yaml | 10 +
.../core_api/services/public/task_instances.py | 353 +++++++++++++++------
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 22 ++
.../airflow/ui/openapi-gen/requests/types.gen.ts | 2 +
.../core_api/routes/public/test_task_instances.py | 170 ++++++++--
.../services/public/test_task_instances.py | 340 ++++++++++++++++++--
.../src/airflowctl/api/datamodels/generated.py | 2 +
8 files changed, 745 insertions(+), 156 deletions(-)