kaxil commented on code in PR #44843:
URL: https://github.com/apache/airflow/pull/44843#discussion_r1882884043
##########
airflow/api_fastapi/execution_api/routes/task_instances.py:
##########
@@ -237,7 +237,7 @@ def ti_heartbeat(
)
def ti_put_rtif(
task_instance_id: UUID,
- put_rtif_payload: RTIFPayload,
Review Comment:
I just removed `RTIFPayload` and `RootModel` -- we can just have it directly
over here
--
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]