uranusjr commented on code in PR #23829:
URL: https://github.com/apache/airflow/pull/23829#discussion_r878969620


##########
airflow/cli/cli_parser.py:
##########
@@ -339,6 +339,11 @@ def string_lower_type(val):
     help=("if set, the backfill will keep going even if some of the tasks 
failed"),
     action="store_true",
 )
+ARG_DISABLE_RETRY = Arg(
+    ("-dr", "--disable-retry"),

Review Comment:
   The `-dr` flag feels unnecessary, and I don’t think we have a precedence for 
multi-character short options.
   
   ```suggestion
       ("--disable-retry",),
   ```



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