jrderuiter 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_r265971625
 
 

 ##########
 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:
   This method was moved from the `DAG` class. So the arguments are the same as 
they were before :P 

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