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 a22faa5921b loop scheduler before running dag in docker tests (#45262)
add 11cdd97d2d2 Import Variable API (#45265)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/datamodels/variables.py | 8 ++
.../api_fastapi/core_api/openapi/v1-generated.yaml | 92 +++++++++++++++++
.../core_api/routes/public/variables.py | 59 ++++++++++-
airflow/ui/openapi-gen/queries/common.ts | 3 +
airflow/ui/openapi-gen/queries/queries.ts | 44 ++++++++
airflow/ui/openapi-gen/requests/schemas.gen.ts | 37 +++++++
airflow/ui/openapi-gen/requests/services.gen.ts | 32 ++++++
airflow/ui/openapi-gen/requests/types.gen.ts | 51 +++++++++
.../core_api/routes/public/test_variables.py | 115 +++++++++++++++++++++
9 files changed, 439 insertions(+), 2 deletions(-)