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 60ea588 commit e432b7bCopy full SHA for e432b7b
nodestream_plugin_neo4j/query.py
@@ -6,7 +6,7 @@
6
CALL apoc.periodic.iterate(
7
$iterable_query,
8
$batched_query,
9
- {batchsize: 1000, parallel: true, retries: 3, params: $iterate_params}
+ {batchSize: 1000, parallel: true, retries: 3, params: $iterate_params}
10
)
11
YIELD batches, committedOperations, failedOperations, errorMessages
12
RETURN batches, committedOperations, failedOperations, errorMessages
0 commit comments