pingzh 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_r390643580
########## 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: thanks. ---------------------------------------------------------------- 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