uranusjr commented on code in PR #42404:
URL: https://github.com/apache/airflow/pull/42404#discussion_r1847608031


##########
airflow/api_connexion/endpoints/task_instance_endpoint.py:
##########
@@ -522,19 +522,10 @@ def post_set_task_instances_state(*, dag_id: str, 
session: Session = NEW_SESSION
     if not task:
         error_message = f"Task ID {task_id} not found"
         raise NotFound(error_message)
-
-    logical_date = data.get("logical_date")

Review Comment:
   `logical_date` should also be removed from `SetTaskInstanceStateFormSchema` 
(where this key came from) and the API spec.



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