jedcunningham commented on a change in pull request #18926:
URL: https://github.com/apache/airflow/pull/18926#discussion_r727685785



##########
File path: airflow/cli/cli_parser.py
##########
@@ -73,6 +73,12 @@ def _check_value(self, action, value):
                     "To do it, run: pip install 
'apache-airflow[cncf.kubernetes]'"
                 )
                 raise ArgumentError(action, message)
+        if action.dest == 'subcommand' and value == 'triggerer':
+            try:

Review comment:
       Thanks Kamil, I didn't know we had those in `__init__.py`. I just used 
the method already in our util, but I do like this better.




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