This is an automated email from the ASF dual-hosted git repository.

pierrejeambrun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from d8c91aa6195 AIP-84 Migrate POST list Dag Runs(batch) endpoint to 
FastAPI  (#44170)
     add a832c418f35 Migrate public endpoint Patch Task Instance to FastAPI 
(#44223)

No new revisions were added by this update.

Summary of changes:
 .../endpoints/task_instance_endpoint.py            |   1 +
 .../core_api/datamodels/task_instances.py          |  29 ++
 .../api_fastapi/core_api/openapi/v1-generated.yaml | 205 ++++++++
 .../core_api/routes/public/task_instances.py       |  91 +++-
 airflow/ui/openapi-gen/queries/common.ts           |   6 +
 airflow/ui/openapi-gen/queries/queries.ts          | 133 +++++
 airflow/ui/openapi-gen/requests/schemas.gen.ts     |  56 ++
 airflow/ui/openapi-gen/requests/services.gen.ts    |  84 +++
 airflow/ui/openapi-gen/requests/types.gen.ts       |  93 ++++
 .../core_api/routes/public/test_task_instances.py  | 561 +++++++++++++++++++++
 10 files changed, 1257 insertions(+), 2 deletions(-)

Reply via email to