amoghrajesh commented on code in PR #48125:
URL: https://github.com/apache/airflow/pull/48125#discussion_r2009547538
##########
airflow-core/src/airflow/api_fastapi/execution_api/routes/task_instances.py:
##########
@@ -38,7 +38,6 @@
TIRescheduleStatePayload,
TIRetryStatePayload,
TIRunContext,
- TIRuntimeCheckPayload,
Review Comment:
Can you remove the definition of this from datamodels too?
##########
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:
Lets also remove:
https://github.com/apache/airflow/pull/48125/files#diff-c076ff9d88eb776c2f874ea4fbb66c9d090e080ed5c9b80c2c36dcb3a51360d3R224-R226
--
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]