jason810496 commented on code in PR #66899:
URL: https://github.com/apache/airflow/pull/66899#discussion_r3239568120
##########
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:
Yes, I just double check that the current Go-SDK go with the Edge Worker API
direction. Only the upcoming Coordinator interface will be impacted (but we
haven't released any coordinator yet, so we are good!)
--
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]