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


##########
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:
   Hmmmm yes I can see Bugra's point of view there.
   
   I think this is something to take to the dev list for a wider discussion. 



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