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

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


    from 1fa80d38a45 Enable PT011 rule to prvoider tests (#56608)
     add 828aaa0b1d9 Remove ``dagReports`` API endpoint (#56609)

No new revisions were added by this update.

Summary of changes:
 airflow-core/newsfragments/56609.significant.rst   |  14 +++
 .../api_fastapi/core_api/datamodels/dag_report.py  |  40 ------
 .../core_api/openapi/v2-rest-api-generated.yaml    |  47 -------
 .../api_fastapi/core_api/routes/public/__init__.py |   2 -
 .../core_api/routes/public/dag_report.py           |  75 ------------
 .../src/airflow/ui/openapi-gen/queries/common.ts   |   8 +-
 .../ui/openapi-gen/queries/ensureQueryData.ts      |  13 +-
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |  13 +-
 .../src/airflow/ui/openapi-gen/queries/queries.ts  |  13 +-
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |  13 +-
 .../ui/openapi-gen/requests/services.gen.ts        |  29 +----
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |  33 -----
 .../core_api/routes/public/test_dag_report.py      | 135 ---------------------
 13 files changed, 20 insertions(+), 415 deletions(-)
 create mode 100644 airflow-core/newsfragments/56609.significant.rst
 delete mode 100644 
airflow-core/src/airflow/api_fastapi/core_api/datamodels/dag_report.py
 delete mode 100644 
airflow-core/src/airflow/api_fastapi/core_api/routes/public/dag_report.py
 delete mode 100644 
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_dag_report.py

Reply via email to