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 a15a0c9a59b Upgrade hatchling to 1.26.3 (#43945)
     add 6519657ed06 Migrate public endpoint Get Task to FastAPI (#43718)

No new revisions were added by this update.

Summary of changes:
 airflow/api_connexion/endpoints/task_endpoint.py   |   2 +
 airflow/api_fastapi/common/types.py                |  62 +++-
 airflow/api_fastapi/core_api/datamodels/tasks.py   |  83 +++++
 .../api_fastapi/core_api/openapi/v1-generated.yaml | 246 +++++++++++++++
 .../api_fastapi/core_api/routes/public/__init__.py |   2 +
 .../api_fastapi/core_api/routes/public/tasks.py    |  56 ++++
 airflow/ui/openapi-gen/queries/common.ts           |  19 ++
 airflow/ui/openapi-gen/queries/prefetch.ts         |  24 ++
 airflow/ui/openapi-gen/queries/queries.ts          |  30 ++
 airflow/ui/openapi-gen/queries/suspense.ts         |  30 ++
 airflow/ui/openapi-gen/requests/schemas.gen.ts     | 344 +++++++++++++++++++++
 airflow/ui/openapi-gen/requests/services.gen.ts    |  31 ++
 airflow/ui/openapi-gen/requests/types.gen.ts       |  88 ++++++
 .../core_api/routes/public/test_dags.py            |   6 +-
 .../core_api/routes/public/test_tasks.py           | 294 ++++++++++++++++++
 15 files changed, 1313 insertions(+), 4 deletions(-)
 create mode 100644 airflow/api_fastapi/core_api/datamodels/tasks.py
 create mode 100644 airflow/api_fastapi/core_api/routes/public/tasks.py
 create mode 100644 tests/api_fastapi/core_api/routes/public/test_tasks.py

Reply via email to