amoghrajesh commented on code in PR #53412:
URL: https://github.com/apache/airflow/pull/53412#discussion_r2215224715


##########
task-sdk/src/airflow/sdk/definitions/edges.py:
##########
@@ -193,3 +194,115 @@ class EdgeInfoType(TypedDict):
     """Extra metadata that the DAG can store about an edge, usually generated 
from an EdgeModifier."""
 
     label: str | None
+
+
+def dag_edges(dag: DAG):

Review Comment:
   Since its used in structure APIs and some sdk tests



##########
task-sdk/src/airflow/sdk/definitions/edges.py:
##########
@@ -193,3 +194,115 @@ class EdgeInfoType(TypedDict):
     """Extra metadata that the DAG can store about an edge, usually generated 
from an EdgeModifier."""
 
     label: str | None
+
+
+def dag_edges(dag: DAG):

Review Comment:
   I'd say it would make more sense if this stayed in the new common library 
that we are working on



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