You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/12 07:22:00 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #23829: Add disable retry flag on backfill

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


##########
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:
   I think this addition is unavoidable without some major refactoring (which we should do, but that’s a much bigger undertaking…)



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org