potiuk commented on code in PR #55283: URL: https://github.com/apache/airflow/pull/55283#discussion_r2328084714
########## airflow-core/src/airflow/cli/cli_config.py: ########## @@ -305,6 +305,8 @@ def string_lower_type(val): ARG_LOCAL = Arg(("-l", "--local"), help="Run the task using the LocalExecutor", action="store_true") ARG_POOL = Arg(("--pool",), "Resource pool to use") +# teams +ARG_TEAM_NAME = Arg(("name",), help="Team name") Review Comment: Looks good to me. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org