domagojrazum commented on code in PR #23829:
URL: https://github.com/apache/airflow/pull/23829#discussion_r881485763


##########
airflow/models/dag.py:
##########
@@ -2193,6 +2193,7 @@ def run(
         run_backwards=False,
         run_at_least_once=False,
         continue_on_failures=False,
+        disable_retry=False,

Review Comment:
   Thank you for the reply.
   I was following the same principles for `disable_retry` as the other 
backfill flags were implemented (e.g. continue_on_failures).
   `dag_backfill` is called inside dag_command.py, and it's calling `run` on 
DAG instance with all of the backfill arguments.
   Can you please elaborate the comment if I misunderstood something



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