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 d8d48c2  Use more effective count queries in API endpoints (#9361)
     add e2b2198  implement API v1 for variables (#9273)

No new revisions were added by this update.

Summary of changes:
 .../api_connexion/endpoints/variable_endpoint.py   |  69 +++++++++--
 airflow/api_connexion/openapi/v1.yaml              |   3 +-
 .../{version_schema.py => variable_schema.py}      |  17 ++-
 airflow/models/variable.py                         |   4 +-
 airflow/www/extensions/init_views.py               |   7 +-
 .../endpoints/test_variable_endpoint.py            | 138 ++++++++++++++++++---
 6 files changed, 201 insertions(+), 37 deletions(-)
 copy airflow/api_connexion/schemas/{version_schema.py => variable_schema.py} 
(65%)

Reply via email to