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 e8fe1bddf1b raise 404 when dag or dag_run_id is not found in List TI
endpoint (#44156)
add 39042c8c031 AIP-84: Migrating GET queued asset events for assets to
FASTAPI (#44139)
No new revisions were added by this update.
Summary of changes:
airflow/api_connexion/endpoints/asset_endpoint.py | 1 +
.../api_fastapi/core_api/openapi/v1-generated.yaml | 150 ++++++++++++++-------
.../api_fastapi/core_api/routes/public/assets.py | 42 ++++++
airflow/ui/openapi-gen/queries/common.ts | 28 +++-
airflow/ui/openapi-gen/queries/prefetch.ts | 23 ++++
airflow/ui/openapi-gen/queries/queries.ts | 82 +++++++----
airflow/ui/openapi-gen/queries/suspense.ts | 32 +++++
airflow/ui/openapi-gen/requests/services.gen.ts | 96 ++++++++-----
airflow/ui/openapi-gen/requests/types.gen.ts | 88 ++++++++----
.../core_api/routes/public/test_assets.py | 36 +++++
10 files changed, 441 insertions(+), 137 deletions(-)