ashb commented on code in PR #67947:
URL: https://github.com/apache/airflow/pull/67947#discussion_r3558522389


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

Review Comment:
   These are not task operations, these are TaskInstance operations.



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