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/05 18:34:21 UTC

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

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

 ##########
 File path: airflow/ti_deps/dep_context.py
 ##########
 @@ -76,7 +76,8 @@ def __init__(
             ignore_in_retry_period=False,
             ignore_in_reschedule_period=False,
             ignore_task_deps=False,
-            ignore_ti_state=False):
+            ignore_ti_state=False,
+            finished_tasks=None):
 
 Review comment:
   Please add documentation for that above.

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