milton0825 commented on a change in pull request #9824:
URL: https://github.com/apache/airflow/pull/9824#discussion_r455218621
##########
File path: airflow/cli/commands/dag_command.py
##########
@@ -123,6 +124,7 @@ def dag_backfill(args, dag=None):
end_date=args.end_date,
confirm_prompt=not args.yes,
include_subdags=True,
+ dag_run_state=State.NONE,
Review comment:
The backfill experience from the user side should be the same. If user
backfill with `--reset-dagruns`, it will first clear the DagRun (setting the
state to None) then the backfill scheduler would set the state to `RUNNING`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]