potiuk commented on code in PR #33081:
URL: https://github.com/apache/airflow/pull/33081#discussion_r1283624319


##########
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:
   Thought about it. Maybe. The small problem with it ist that this is a code 
that might be installed on earlier version of airflow. BUT it's only executed 
during sphinx docs build, so yeah, it is pretty safe to extract common code. On 
it.



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