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 0f14f66994a AIP-84: Migrating GET Dataset events for DAG runs api to 
fastAPI (#43874)
     add fd0a0d2eb2f AIP 84: Migrate POST ASSET EVENT legacy API to fast API.  
(#43984)

No new revisions were added by this update.

Summary of changes:
 airflow/api_connexion/endpoints/asset_endpoint.py  |  1 +
 airflow/api_fastapi/core_api/datamodels/assets.py  | 19 +++++++-
 .../api_fastapi/core_api/openapi/v1-generated.yaml | 57 ++++++++++++++++++++++
 .../api_fastapi/core_api/routes/public/assets.py   | 30 ++++++++++++
 airflow/ui/openapi-gen/queries/common.ts           |  3 ++
 airflow/ui/openapi-gen/queries/queries.ts          | 40 +++++++++++++++
 airflow/ui/openapi-gen/requests/schemas.gen.ts     | 18 +++++++
 airflow/ui/openapi-gen/requests/services.gen.ts    | 27 ++++++++++
 airflow/ui/openapi-gen/requests/types.gen.ts       | 41 ++++++++++++++++
 .../core_api/routes/public/test_assets.py          | 40 +++++++++++++++
 10 files changed, 275 insertions(+), 1 deletion(-)

Reply via email to