Lee-W commented on code in PR #44236:
URL: https://github.com/apache/airflow/pull/44236#discussion_r1851482601
##########
airflow/config_templates/config.yml:
##########
@@ -2370,7 +2370,7 @@ scheduler:
Setting this to ``True`` will make first task instance of a task
ignore depends_on_past setting. A task instance will be considered
as the first task instance of a task when there is no task instance
- in the DB with an execution_date earlier than it., i.e. no manual
marking
+ in the DB with an logical_date earlier than it., i.e. no manual marking
Review Comment:
```suggestion
in the DB with a logical_date earlier than it., i.e. no manual
marking
```
--
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]