ashb 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_r346968508
##########
File path: airflow/ti_deps/deps/trigger_rule_dep.py
##########
@@ -34,6 +35,31 @@ class TriggerRuleDep(BaseTIDep):
IGNOREABLE = True
IS_TASK_DEP = True
+ @staticmethod
+ def _get_states_count_upstream_ti(ti, finished_tasks):
+ """
+ :param ti the ti that we want to calculate deps for
+ :type ti airflow.models.TaskInstance
Review comment:
```suggestion
:type ti: airflow.models.TaskInstance
```
----------------------------------------------------------------
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