uranusjr commented on a change in pull request #15397:
URL: https://github.com/apache/airflow/pull/15397#discussion_r651661495



##########
File path: airflow/models/dag.py
##########
@@ -630,30 +567,37 @@ def get_run_dates(self, start_date, end_date=None):
         :type start_date: datetime
         :param end_date: the end date of the interval, defaults to 
timezone.utcnow()
         :type end_date: datetime
+        :param align: whether the first run should be delayed to "align" with
+            the schedule, or can happen immediately at start_date (default: 
True
+            for top-level dags, False for subdags)
+        :type align: bool

Review comment:
       This can *never* be True for subdags, otherwise the scheduler would 
stuck. I’ll change the wording instead.




-- 
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:
[email protected]


Reply via email to