zhongjiajie commented on a change in pull request #7490: [AIRFLOW-6860] Default 
ignore_first_depends_on_past to True
URL: https://github.com/apache/airflow/pull/7490#discussion_r386844032
 
 

 ##########
 File path: airflow/cli/commands/dag_command.py
 ##########
 @@ -67,6 +67,13 @@ def dag_backfill(args, dag=None):
 
     signal.signal(signal.SIGTERM, sigint_handler)
 
+    import warnings
+    warnings.warn('--ignore_first_depends_on_past is deprecated as the value 
is always set to True',
 
 Review comment:
   Should be  `--ignore-first-depends-on-past` due to 
https://github.com/apache/airflow/pull/7148

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to