bugraoz93 commented on code in PR #45300:
URL: https://github.com/apache/airflow/pull/45300#discussion_r1990148643
##########
airflow/cli/cli_config.py:
##########
@@ -1496,15 +1527,14 @@ class GroupCommand(NamedTuple):
name="test",
help="Test a connection",
func=lazy_load_command("airflow.cli.commands.remote_commands.connection_command.connections_test"),
- args=(ARG_CONN_ID, ARG_VERBOSE),
+ args=(ARG_CONN_ID, ARG_CONN_TYPE_POSITIONAL, ARG_VERBOSE),
Review Comment:
This is due to API, I adopted the CLI but I will adopt this behaviour in the
API because we don't really need the conn_type in this context. Created a bug
issue to fix the behaviour #47646. Thanks for pointing!
--
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]