graphscope.framework.dag_utils.dynamic_to_arrow¶ graphscope.framework.dag_utils.dynamic_to_arrow(graph)[source]¶ Create an op to transform a nx.Graph object to Graph. Parameters: graph (Graph) – Source graph, which type should be DYNAMIC_PROPERTY Returns: An op of transform dynamic graph to arrow graph with necessary configurations.