Fokko commented on a change in pull request #4871: [AIRFLOW-3844][WIP] Remove 
DagBag from /landing_times.
URL: https://github.com/apache/airflow/pull/4871#discussion_r264040107
 
 

 ##########
 File path: airflow/models/__init__.py
 ##########
 @@ -2872,6 +2885,143 @@ def create_dagrun(self,
                                             conf=conf,
                                             session=session)
 
+    def date_range(self, start_date, num=None, end_date=utcnow()):
 
 Review comment:
   Can we add some docstring here? What is the `num`?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to