uranusjr commented on code in PR #40868:
URL: https://github.com/apache/airflow/pull/40868#discussion_r1687396344


##########
airflow/datasets/__init__.py:
##########
@@ -185,6 +186,14 @@ def evaluate(self, statuses: dict[str, bool]) -> bool:
     def iter_datasets(self) -> Iterator[tuple[str, Dataset]]:
         raise NotImplementedError
 
+    def iter_dag_deps(self, *, source: str, target: str) -> 
Iterator[DagDependency]:

Review Comment:
   Any concerns just naming this `iter_dag_dependencies` to match the return 
value type name?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to