kaxil commented on code in PR #48193:
URL: https://github.com/apache/airflow/pull/48193#discussion_r2010709772


##########
task-sdk/src/airflow/sdk/api/client.py:
##########
@@ -454,6 +455,18 @@ def get_state(self, dag_id: str, run_id: str) -> 
DagRunStateResponse:
         return DagRunStateResponse.model_validate_json(resp.read())
 
 
+class TaskRescheduleOperations:

Review Comment:
   I considered too, but since I created a new API routes for Reschedule I went 
with this.. No strong reason either for that too.. So if you have a strong 
opinion have to change that



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to