ashb commented on code in PR #44899:
URL: https://github.com/apache/airflow/pull/44899#discussion_r1886658046


##########
airflow/api_fastapi/execution_api/routes/task_instances.py:
##########
@@ -92,35 +197,15 @@ def ti_update_state(
 
     query = update(TI).where(TI.id == ti_id_str).values(data)
 
+    # TODO: Instead remove this payload from discriminator accepted by this 
endpoint

Review Comment:
   Why not do this in this PR?



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