This is an automated email from the ASF dual-hosted git repository.

weilee pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from ff5d7f6dfbd Update query client strategy (#55528)
     add 30c193b103c fix(hitl): make the user model in HITLDetail consistent 
with airflow user model (#55463)

No new revisions were added by this update.

Summary of changes:
 airflow-core/docs/img/airflow_erd.sha256           |   2 +-
 airflow-core/docs/img/airflow_erd.svg              | 120 ++++++++++-----------
 airflow-core/docs/tutorial/hitl.rst                |   3 +
 .../src/airflow/api_fastapi/common/parameters.py   |   9 +-
 .../api_fastapi/core_api/datamodels/hitl.py        |  15 ++-
 .../api_fastapi/core_api/openapi/_private_ui.yaml  |  36 ++++---
 .../core_api/openapi/v2-rest-api-generated.yaml    |  55 +++++-----
 .../api_fastapi/core_api/routes/public/hitl.py     |  16 +--
 .../api_fastapi/execution_api/datamodels/hitl.py   |  24 ++++-
 .../api_fastapi/execution_api/routes/hitl.py       |   5 +-
 .../0076_3_1_0_add_human_in_the_loop_response.py   |   5 +-
 airflow-core/src/airflow/models/hitl.py            | 101 ++++++++++++++++-
 .../src/airflow/ui/openapi-gen/queries/common.ts   |   8 +-
 .../ui/openapi-gen/queries/ensureQueryData.ts      |  12 +--
 .../src/airflow/ui/openapi-gen/queries/prefetch.ts |  12 +--
 .../src/airflow/ui/openapi-gen/queries/queries.ts  |  12 +--
 .../src/airflow/ui/openapi-gen/queries/suspense.ts |  12 +--
 .../airflow/ui/openapi-gen/requests/schemas.gen.ts |  65 +++++------
 .../ui/openapi-gen/requests/services.gen.ts        |   8 +-
 .../airflow/ui/openapi-gen/requests/types.gen.ts   |  20 ++--
 .../core_api/routes/public/test_hitl.py            |  30 +++---
 .../api_fastapi/core_api/routes/ui/test_dags.py    |   3 +-
 .../execution_api/versions/head/test_hitl.py       |  22 ++--
 .../src/airflowctl/api/datamodels/generated.py     |  27 +++--
 .../standard/example_dags/example_hitl_operator.py |   1 +
 .../airflow/providers/standard/operators/hitl.py   |   8 +-
 .../airflow/providers/standard/triggers/hitl.py    |  31 ++++--
 .../tests/unit/standard/operators/test_hitl.py     |  57 +++++++---
 .../tests/unit/standard/triggers/test_hitl.py      |  26 +++--
 task-sdk/src/airflow/sdk/api/client.py             |   5 +-
 .../src/airflow/sdk/api/datamodels/_generated.py   |  54 ++++++----
 task-sdk/src/airflow/sdk/execution_time/hitl.py    |  16 ++-
 .../src/airflow/sdk/execution_time/supervisor.py   |   2 +-
 task-sdk/tests/task_sdk/api/test_client.py         |  15 ++-
 .../tests/task_sdk/execution_time/test_hitl.py     |  19 ++--
 .../task_sdk/execution_time/test_supervisor.py     |   4 +-
 36 files changed, 529 insertions(+), 331 deletions(-)

Reply via email to