Re: [PR] fix(hitl): make the user model in HITLDetail consistent with airflow user model [airflow]

2025-09-19 Thread via GitHub


amoghrajesh commented on code in PR #55463:
URL: https://github.com/apache/airflow/pull/55463#discussion_r2341822833


##
airflow-core/docs/tutorial/hitl.rst:
##
@@ -95,6 +95,9 @@ Approval or Rejection
 -
 
 A specialized form of option selection, which has only 'Approval' and 
'Rejection' as options.
+You can also set the ``assigned_users`` to restrict the users allowed to 
respond for a HITL operator.
+It should be a list of user ids and user names (e.g., ``[{"id": "1", "name": 
"user1"}, {"id": "2", "name": "user2"}]``.

Review Comment:
   ```suggestion
   It should be a list of user ids and user names (both needed) (e.g., 
``[{"id": "1", "name": "user1"}, {"id": "2", "name": "user2"}]``.
   ```



-- 
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]



Re: [PR] fix(hitl): make the user model in HITLDetail consistent with airflow user model [airflow]

2025-09-11 Thread via GitHub


Lee-W merged PR #55463:
URL: https://github.com/apache/airflow/pull/55463


-- 
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]