amoghrajesh commented on code in PR #67833:
URL: https://github.com/apache/airflow/pull/67833#discussion_r3334181335


##########
task-sdk/src/airflow/sdk/execution_time/comms.py:
##########
@@ -566,24 +566,24 @@ def from_variable_response(cls, variable_response: 
VariableResponse) -> Variable
         return cls(**variable_response.model_dump(exclude_defaults=True), 
type="VariableResult")
 
 
-class TaskStateResult(TaskStateResponse):
-    """Response to GetTaskState; wraps the generated API response for 
supervisor to worker comms."""
+class TaskStoreResult(TaskStoreResponse):

Review Comment:
   Tons of usages :), updated



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