We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdcc0d commit 21b6722Copy full SHA for 21b6722
graphdatascience/procedure_surface/cypher/catalog/node_properties_cypher_endpoints.py
@@ -82,8 +82,8 @@ def write(
82
node_property_spec = NodePropertySpec(node_properties)
83
84
config = ConfigConverter.convert_to_gds_config(
85
- node_labels=node_labels,
86
concurrency=concurrency,
+ write_concurrency=write_concurrency,
87
sudo=sudo,
88
log_progress=log_progress,
89
username=username,
0 commit comments