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 f7270c8a202 Extend OpenAPI schema with extra models for Task SDK
(#44076)
add 39177301874 AIP-84: Migrating GET queued asset events for DAG to
fastAPI (#43934)
No new revisions were added by this update.
Summary of changes:
airflow/api_connexion/endpoints/asset_endpoint.py | 1 +
airflow/api_fastapi/common/parameters.py | 26 +++++-
airflow/api_fastapi/core_api/datamodels/assets.py | 15 +++
.../api_fastapi/core_api/openapi/v1-generated.yaml | 102 ++++++++++++++++++++-
.../api_fastapi/core_api/routes/public/assets.py | 79 +++++++++++++++-
airflow/ui/openapi-gen/queries/common.ts | 22 +++++
airflow/ui/openapi-gen/queries/prefetch.ts | 26 ++++++
airflow/ui/openapi-gen/queries/queries.ts | 33 +++++++
airflow/ui/openapi-gen/queries/suspense.ts | 33 +++++++
airflow/ui/openapi-gen/requests/schemas.gen.ts | 42 +++++++++
airflow/ui/openapi-gen/requests/services.gen.ts | 36 +++++++-
airflow/ui/openapi-gen/requests/types.gen.ts | 55 ++++++++++-
.../core_api/routes/public/test_assets.py | 54 ++++++++++-
13 files changed, 507 insertions(+), 17 deletions(-)