MCPcopy Create free account
hub / github.com/alibaba/GraphScope / unbind_vertex_datasource

Function unbind_vertex_datasource

python/graphscope/gsctl/impl/datasource.py:58–64  ·  view source on GitHub ↗
(graph_identifier: str, vertex_type: str)

Source from the content-addressed store, hash-verified

56
57
58def unbind_vertex_datasource(graph_identifier: str, vertex_type: str) -> str:
59 context = get_current_context()
60 with graphscope.flex.rest.ApiClient(
61 graphscope.flex.rest.Configuration(context.coordinator_endpoint)
62 ) as api_client:
63 api_instance = graphscope.flex.rest.DataSourceApi(api_client)
64 return api_instance.unbind_vertex_datasource(graph_identifier, vertex_type)
65
66
67def unbind_edge_datasource(

Callers 3

datasourceFunction · 0.90
datasourceFunction · 0.90
test_bulk_loadingMethod · 0.90

Calls 3

get_current_contextFunction · 0.90
ConfigurationMethod · 0.45

Tested by 1

test_bulk_loadingMethod · 0.72