This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 68cdae69d4e Switch to latest "stash" action from
apache/infrastructure-actions (#45653)
add 27033a09153 Add Bulk API for Variables (#45577)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/datamodels/variables.py | 72 ++++
.../api_fastapi/core_api/openapi/v1-generated.yaml | 191 +++++++++
.../core_api/routes/public/variables.py | 30 ++
.../core_api/services/public}/__init__.py | 0
.../core_api/services/public/variables.py | 131 ++++++
airflow/ui/openapi-gen/queries/common.ts | 3 +
airflow/ui/openapi-gen/queries/queries.ts | 38 ++
airflow/ui/openapi-gen/requests/schemas.gen.ts | 190 +++++++++
airflow/ui/openapi-gen/requests/services.gen.ts | 24 ++
airflow/ui/openapi-gen/requests/types.gen.ts | 119 ++++++
.../core_api/routes/public/test_variables.py | 445 +++++++++++++++++++++
11 files changed, 1243 insertions(+)
copy airflow/{api_connexion =>
api_fastapi/core_api/services/public}/__init__.py (100%)
create mode 100644 airflow/api_fastapi/core_api/services/public/variables.py