graphscope.framework.dag_utils.arrow_to_dynamicΒΆ graphscope.framework.dag_utils.arrow_to_dynamic(graph)[source]ΒΆ Transform a Graph object to nx.Graph. Parameters: graph (Graph) β Source graph, which type should be ARROW_PROPERTY. Returns: An op of transform arrow graph to dynamic graph with necessary configurations.