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 268a400984 Refactor ORM DAG insertion logic (#42358)
add 5bc378a5ed FastAPI API Add test query params standardization an
reusability (#42320)
No new revisions were added by this update.
Summary of changes:
airflow/api_fastapi/db.py | 11 ++
airflow/api_fastapi/openapi/v1-generated.yaml | 8 +-
airflow/api_fastapi/parameters.py | 162 ++++++++++++++++++++++++++
airflow/api_fastapi/views/public/dags.py | 53 ++++-----
tests/api_fastapi/views/public/test_dags.py | 7 +-
5 files changed, 206 insertions(+), 35 deletions(-)
create mode 100644 airflow/api_fastapi/parameters.py