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 3af9ddda3e3 Handle DagRun `conf` errors in FAB's list view (#45763)
     add 262537b9325 Use bulk API for importing variables (#45744)

No new revisions were added by this update.

Summary of changes:
 .../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          |  41 --------
 airflow/ui/openapi-gen/requests/schemas.gen.ts     |  37 -------
 airflow/ui/openapi-gen/requests/services.gen.ts    |  30 ------
 airflow/ui/openapi-gen/requests/types.gen.ts       |  51 ----------
 .../ui/src/pages/Variables/ImportVariablesForm.tsx |  86 ++++++++++++++---
 airflow/ui/src/queries/useImportVariables.ts       |  33 ++++---
 .../core_api/routes/public/test_variables.py       | 107 ---------------------
 10 files changed, 92 insertions(+), 447 deletions(-)

Reply via email to