Skip to content
Snippets Groups Projects
Commit 38a77f4b8ad2 authored by Olivier Giorgis's avatar Olivier Giorgis
Browse files

fix: rename misnamed function

parent 10b47e5c5572
No related branches found
No related tags found
1 merge request!22Export data into SPARQL endpoint
......@@ -39,7 +39,7 @@
return graph
def upload_graph_to_sparql_endpoint(
def upload_graph_to_virtuoso_endpoint(
import_procedure: ImportProcedure,
graph: Graph,
named_graph: str,
......
......@@ -5,7 +5,7 @@
from cubicweb_rodolf.process_helpers import (
get_graph_from_url,
upload_graph_to_sparql_endpoint,
upload_graph_to_virtuoso_endpoint,
)
from cubicweb_rodolf.schema import ImportProcess
......@@ -20,7 +20,7 @@
dataservice = import_recipe.dataservice[0]
graph = get_graph_from_url(dataservice.data_url, log)
dataset_file = import_process.update_dataset(graph)
upload_graph_to_sparql_endpoint(
upload_graph_to_virtuoso_endpoint(
import_procedure,
graph,
import_recipe.graph_uri,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment