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 2022/09/07 08:16:34 UTC

[GitHub] [airflow] ashb commented on a diff in pull request #26188: Fix edge detection iteration

ashb commented on code in PR #26188:
URL: https://github.com/apache/airflow/pull/26188#discussion_r964530820


##########
airflow/models/taskmixin.py:
##########
@@ -236,14 +237,14 @@ def set_upstream(
         self._set_relatives(task_or_task_list, upstream=True, edge_modifier=edge_modifier)
 
     @property
-    def downstream_list(self) -> Iterable["DAGNode"]:
+    def downstream_list(self) -> Iterable["Operator"]:

Review Comment:
   @uranusjr Does this need changing or is it fine as it is?



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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org