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


##########
airflow-core/src/airflow/utils/dot_renderer.py:
##########
@@ -136,7 +135,7 @@ def _draw_task_group(
 
 
 def _draw_nodes(
-    node: DependencyMixin, parent_graph: graphviz.Digraph, states_by_task_id: 
dict[str, str | None] | None
+    node: object, parent_graph: graphviz.Digraph, states_by_task_id: dict[str, 
str | None] | None

Review Comment:
   This one has too many SDK and core types involved I gave up. We have 
comprehensive isinstance checks in the function anyway.



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