kaxil commented on code in PR #44899:
URL: https://github.com/apache/airflow/pull/44899#discussion_r1886818686
##########
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:
Whoops, missed it after pushing recent changes.
Done
--
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]