ephraimbuddy commented on a change in pull request #16475:
URL: https://github.com/apache/airflow/pull/16475#discussion_r680964580



##########
File path: airflow/cli/cli_parser.py
##########
@@ -277,6 +277,15 @@ def _check(value):
     ),
     action="store_true",
 )
+ARG_RERUN_SUCCEED_TASKS = Arg(
+    ("--rerun-succeeded-tasks",),
+    help=(
+        "if set, the backfill will auto-rerun "
+        "all the succeeded tasks for the backfill date range "
+        "instead of throwing exceptions"

Review comment:
       So the part you said `instead of throwing exceptions should be removed.




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