yyhecust commented on a change in pull request #16475:
URL: https://github.com/apache/airflow/pull/16475#discussion_r661362044
##########
File path: airflow/models/dag.py
##########
@@ -1662,6 +1662,7 @@ def run(
verbose=False,
conf=None,
rerun_failed_tasks=False,
+ rerun_succeeded_tasks=False,
Review comment:
I have add a test_cli_backfill_rerun_succeeded_tasks func in
test_dag_command.py,does it meet your requirements?
--
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]