prabhusneha commented on code in PR #48125:
URL: https://github.com/apache/airflow/pull/48125#discussion_r2011488488
##########
task-sdk/src/airflow/sdk/execution_time/comms.py:
##########
@@ -306,10 +305,6 @@ class
SkipDownstreamTasks(TISkippedDownstreamTasksStatePayload):
type: Literal["SkipDownstreamTasks"] = "SkipDownstreamTasks"
-class RuntimeCheckOnTask(TIRuntimeCheckPayload):
- type: Literal["RuntimeCheckOnTask"] = "RuntimeCheckOnTask"
Review Comment:
Removed it from where it could be removed, seems to be required at other
places.
--
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]