V0lantis commented on code in PR #24999:
URL: https://github.com/apache/airflow/pull/24999#discussion_r919857312
##########
airflow/cli/cli_parser.py:
##########
@@ -897,6 +897,13 @@ def string_lower_type(val):
help="The hostname of job(s) that will be checked.",
)
+ARG_JOB_HOSTNAME_CALLABLE_FILTER = Arg(
+ ("--use-hostname-callable",),
Review Comment:
It's a nice suggestion @jedcunningham. I don't like so much
`use-hostname-callable`, but I am not sure `local-only` would be very _telling_.
##########
airflow/cli/cli_parser.py:
##########
@@ -897,6 +897,13 @@ def string_lower_type(val):
help="The hostname of job(s) that will be checked.",
)
+ARG_JOB_HOSTNAME_CALLABLE_FILTER = Arg(
+ ("--use-hostname-callable",),
Review Comment:
It's a nice suggestion @jedcunningham. I don't like so much
`use-hostname-callable` either, but I am not sure `local-only` would be very
_telling_.
--
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]