ephraimbuddy commented on code in PR #53412:
URL: https://github.com/apache/airflow/pull/53412#discussion_r2218392566
##########
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:
Yeah. Let me keep it in draft and move it when the PR is merged
--
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]