jason810496 commented on code in PR #66899:
URL: https://github.com/apache/airflow/pull/66899#discussion_r3239274858
##########
task-sdk/src/airflow/sdk/execution_time/comms.py:
##########
@@ -869,7 +869,7 @@ class GetXComCount(BaseModel):
dag_id: str
run_id: str
task_id: str
- type: Literal["GetNumberXComs"] = "GetNumberXComs"
+ type: Literal["GetXComCount"] = "GetXComCount"
Review Comment:
I made the `type` literal field here in sync with class name.
Additionally, there isn't any Lang-SDK references the supervisor schema so
far, so this _should_ not impact anything IMO.
--
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]