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 319cf3051b7 Remove 2.8 version check from CeleryExecutor CLI (#46910)
     add c505b240bce AIP-84 Asset dependencies graph node filtering (#46890)

No new revisions were added by this update.

Summary of changes:
 .../api_fastapi/core_api/openapi/v1-generated.yaml |  21 ++++
 .../api_fastapi/core_api/routes/ui/dependencies.py |  20 +++-
 .../core_api/services/ui/dependencies.py           |  78 +++++++++++++++
 airflow/ui/openapi-gen/queries/common.ts           |  12 ++-
 airflow/ui/openapi-gen/queries/prefetch.ts         |  15 ++-
 airflow/ui/openapi-gen/queries/queries.ts          |  11 ++-
 airflow/ui/openapi-gen/queries/suspense.ts         |  11 ++-
 airflow/ui/openapi-gen/requests/services.gen.ts    |  12 ++-
 airflow/ui/openapi-gen/requests/types.gen.ts       |  13 +++
 .../core_api/routes/ui/test_dependencies.py        | 109 +++++++++++++++++++--
 10 files changed, 279 insertions(+), 23 deletions(-)
 create mode 100644 airflow/api_fastapi/core_api/services/ui/dependencies.py

Reply via email to