This is an automated email from the ASF dual-hosted git repository.
kamilbregula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from caa2a75 Add event log endpoints (#9227)
add 3de6850 Add schema and read-only endpoints for Pools (#9097)
No new revisions were added by this update.
Summary of changes:
airflow/api_connexion/endpoints/pool_endpoint.py | 31 ++++-
airflow/api_connexion/exceptions.py | 31 +++++
airflow/api_connexion/parameters.py | 4 +
airflow/api_connexion/schemas/pool_schema.py | 87 ++++++++++++++
.../api_connexion/endpoints/test_pool_endpoint.py | 129 ++++++++++++++++-----
tests/api_connexion/schemas/test_pool_schemas.py | 93 +++++++++++++++
6 files changed, 343 insertions(+), 32 deletions(-)
create mode 100644 airflow/api_connexion/schemas/pool_schema.py
create mode 100644 tests/api_connexion/schemas/test_pool_schemas.py