23tae commented on code in PR #67286:
URL: https://github.com/apache/airflow/pull/67286#discussion_r3612474337


##########
airflow-core/src/airflow/api_fastapi/execution_api/routes/task_instances.py:
##########
@@ -214,16 +216,13 @@ def ti_run(
             previous_state=previous_state,
         )
 
-        # TODO: Pass a RFC 9457 compliant error message in "detail" field
-        # https://datatracker.ietf.org/doc/html/rfc9457
-        # to provide more information about the error
-        # FastAPI will automatically convert this to a JSON response
-        # This might be added in FastAPI in 
https://github.com/fastapi/fastapi/issues/10370

Review Comment:
   Thanks for pointing that out. I restored the comment with clearer wording 
about the FastAPI wrapping issue, and moved it to the module level.



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