hussein-awala opened a new pull request, #27710: URL: https://github.com/apache/airflow/pull/27710
closes: #26200 and #26460 --- In this PR, I add a new config `ignore_depends_on_past_for_skipping` which is `True` by default. If it is `False`, and `depends_on_past` is `True`, then when it is decided to skip a task because of trigger rules, the task will stay in `None` state waiting the past dependencies to be met. In this case, we can ensure that the task instance will be scheduled only when **all** the past instances are finished with one of the states `succeeded` or `skipped`. -- 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]
