yyhecust commented on a change in pull request #16475:
URL: https://github.com/apache/airflow/pull/16475#discussion_r685648318
##########
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:
This is written in imitation of the rerun_failed_tasks function
--
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]