amichai07 commented on a change in pull request #4751: [AIRFLOW-3607] collected 
trigger rule dep check per dag run
URL: https://github.com/apache/airflow/pull/4751#discussion_r344499843
 
 

 ##########
 File path: airflow/models/dagrun.py
 ##########
 @@ -246,11 +246,12 @@ def get_previous_scheduled_dagrun(self, session=None):
         ).first()
 
     @provide_session
-    def update_state(self, session=None):
+    def update_state(self, session=None, finished_tasks=None):
 
 Review comment:
   Thanks, I will.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to