turbaszek commented on a change in pull request #9824:
URL: https://github.com/apache/airflow/pull/9824#discussion_r454886509
##########
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:
Do I correctly understand that previously the default value
`State.RUNNING`? If yes then we should add note in UPDATING.md.
----------------------------------------------------------------
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]