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


##########
airflow/cli/cli_config.py:
##########
@@ -61,46 +58,6 @@ class DefaultHelpParser(argparse.ArgumentParser):
 
     def _check_value(self, action, value):
         """Override _check_value and check conditionally added command."""
-        if action.dest == "subcommand" and value == "celery":

Review Comment:
   All of this was an attempt to handle the situation of using CLI commands 
with missing deps. Now only the configured executor commands are available and 
we assume that the dependencies for that are installed (otherwise the user has 
much bigger issues to worry about).



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