feng-tao commented on a change in pull request #4396: [AIRFLOW-3585] - Add 
edges to database
URL: https://github.com/apache/airflow/pull/4396#discussion_r256950346
 
 

 ##########
 File path: airflow/models/__init__.py
 ##########
 @@ -3238,9 +3314,10 @@ def normalize_schedule(self, dttm):
         return dttm
 
     @provide_session
-    def get_last_dagrun(self, session=None, 
include_externally_triggered=False):
-        return get_last_dagrun(self.dag_id, session=session,
-                               
include_externally_triggered=include_externally_triggered)
+    def get_last_dagrun(self, include_externally_triggered=False, 
session=None):
 
 Review comment:
   same

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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