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 2020/03/20 08:08:00 UTC

[GitHub] [airflow] feluelle commented on a change in pull request #7610: [AIRFLOW-6860] Default ignore_first_depends_on_past to True

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

 ##########
 File path: UPDATING.md
 ##########
 @@ -63,7 +63,7 @@ https://developers.google.com/style/inclusive-documentation
 
 ### Deprecating ignore_first_depends_on_past on backfill command and default it to True
 
-When doing backfill with `depends_on_past` dags, users will need to pass `ignore_first_depends_on_past`.
+When doing backfill with `--depends-on-past` dags, users will need to pass `--ignore-first-depends-on-past`.
 
 Review comment:
   `depends_on_past` is not a cli option. It is an arg you can pass to tasks (`BaseOperator`)

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


With regards,
Apache Git Services