Lee-W commented on code in PR #52868:
URL: https://github.com/apache/airflow/pull/52868#discussion_r2193883283


##########
airflow-core/src/airflow/api_fastapi/execution_api/routes/__init__.py:
##########
@@ -48,5 +49,6 @@
 )
 authenticated_router.include_router(variables.router, prefix="/variables", 
tags=["Variables"])
 authenticated_router.include_router(xcoms.router, prefix="/xcoms", 
tags=["XComs"])
+authenticated_router.include_router(hitl.router, prefix="/hitl-responses", 
tags=["Human in the Loop"])

Review Comment:
   what bugs me is that `hitl` itself is not an object or resource. 
`hitl-response` is probably not really better. I'll go with `hitl-detail` for 
now



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to