This is an automated email from the ASF dual-hosted git repository.

bbovenzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 439c5c79b14 Adding a compat shim for secrets_masker that was moved to 
shared (#54915)
     add 4c194fd7d3a Add asset-based filtering support to DAG API endpoint 
(#54263)

No new revisions were added by this update.

Summary of changes:
 .../src/airflow/api_fastapi/common/parameters.py   |  58 ++++++-
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |  20 +++
 .../core_api/openapi/v2-rest-api-generated.yaml    |  20 +++
 .../api_fastapi/core_api/routes/public/dags.py     |   6 +
 .../airflow/api_fastapi/core_api/routes/ui/dags.py |   6 +
 .../src/airflow/ui/openapi-gen/queries/common.ts   |  12 +-
 .../ui/openapi-gen/queries/ensureQueryData.ts      |  16 +-
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |  16 +-
 .../src/airflow/ui/openapi-gen/queries/queries.ts  |  16 +-
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |  16 +-
 .../ui/openapi-gen/requests/services.gen.ts        |  10 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |  16 ++
 .../core_api/routes/public/test_dags.py            | 166 +++++++++++++++++++--
 .../api_fastapi/core_api/routes/ui/test_dags.py    |  25 ++++
 14 files changed, 364 insertions(+), 39 deletions(-)

Reply via email to