Suraj-kumar00 commented on code in PR #67947:
URL: https://github.com/apache/airflow/pull/67947#discussion_r3351397194


##########
airflow-ctl/src/airflowctl/api/operations.py:
##########
@@ -925,3 +929,46 @@ def list_import_errors(self) -> 
PluginImportErrorCollectionResponse | ServerResp
             return 
PluginImportErrorCollectionResponse.model_validate_json(self.response.content)
         except ServerResponseError as e:
             raise e
+
+
+
+class TaskInstanceOperations(BaseOperations):

Review Comment:
   Renamed TaskInstanceOperations → TasksOperations so the auto-generated CLI 
group becomes tasks, matching Airflow core CLI.



-- 
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]

Reply via email to