This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from d8f8270a39d Keep sync-perm going when a Dag has bad access_control
(#71798)
add 1e1fcd22406 Reject serde-reserved keys in HITL params_input (#71054)
No new revisions were added by this update.
Summary of changes:
airflow-core/docs/tutorial/hitl.rst | 6 ++
.../api_fastapi/core_api/datamodels/common.py | 50 +++++++++++++
.../api_fastapi/core_api/datamodels/hitl.py | 16 ++++
.../api_fastapi/core_api/datamodels/xcom.py | 41 +++--------
.../core_api/routes/public/test_hitl.py | 86 ++++++++++++++++++++++
.../core_api/routes/public/test_xcom.py | 2 +-
6 files changed, 169 insertions(+), 32 deletions(-)