You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/11/11 12:13:59 UTC

[GitHub] [airflow] amichai07 commented on a change in pull request #4751: [AIRFLOW-3607] collected trigger rule dep check per dag run

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


With regards,
Apache Git Services