pankajkoti commented on code in PR #30822:
URL: https://github.com/apache/airflow/pull/30822#discussion_r1174776686
##########
airflow/cli/cli_config.py:
##########
@@ -1754,6 +1754,12 @@ class GroupCommand(NamedTuple):
func=lazy_load_command("airflow.cli.commands.provider_command.hooks_list"),
args=(ARG_OUTPUT, ARG_VERBOSE),
),
+ ActionCommand(
+ name="triggers",
+ help="List registered provider triggers",
+
func=lazy_load_command("airflow.cli.commands.provider_command.triggers_list"),
+ args=(ARG_OUTPUT, ARG_VERBOSE),
Review Comment:
Would it make sense to provide an additional optional argument for provider
names to filter the triggers by provider name as the list could grow long?
--
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]