o-nikolas commented on code in PR #33081:
URL: https://github.com/apache/airflow/pull/33081#discussion_r1283617521


##########
airflow/providers/cncf/kubernetes/executors/kubernetes_executor.py:
##########
@@ -727,3 +730,12 @@ def get_cli_commands() -> list[GroupCommand]:
                 subcommands=KUBERNETES_COMMANDS,
             )
         ]
+
+
+def get_parser() -> argparse.ArgumentParser:

Review Comment:
   Should this be something that goes into the BaseExecutor? It looks generic 
and we'll need it for all executors that have cli commands.



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