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


##########
airflow-core/src/airflow/api_fastapi/execution_api/routes/__init__.py:
##########
@@ -49,4 +51,10 @@
 authenticated_router.include_router(variables.router, prefix="/variables", 
tags=["Variables"])
 authenticated_router.include_router(xcoms.router, prefix="/xcoms", 
tags=["XComs"])
 
+# TODO: Remove this block once we can make the execution API pluggable.

Review Comment:
   > would use a HITL specific API to make the DB entries and do the needed 
task level <-> DB communication to be independent of Task SDK.
   
   AFAIK, we don't have a way to do this for the time being. The last time I 
heard, we might allow such extension around 3.2 or 3.3.



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

Reply via email to