Lee-W commented on code in PR #55463:
URL: https://github.com/apache/airflow/pull/55463#discussion_r2341116700
##########
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_hitl.py:
##########
@@ -77,7 +78,7 @@ def sample_hitl_detail(sample_ti: TaskInstance, session:
Session) -> HITLDetail:
defaults=["Approve"],
multiple=False,
params={"input_1": 1},
- respondents=None,
+ assignees=None,
Review Comment:
`assignees` is designed to be the DB column, and the assigned_users to be
the public-facing interface (for better type). To save the db usage, I think
set it to None is a better choice
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]