Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 881dca2

Browse files
committed
fix bug with CREATE_DATABASE sending wrong key
database_name is no longer required, so drop it. also wire in the force arg.
1 parent d2fe5fb commit 881dca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo4j_arrow/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ def start(self, action: str = "CREATE_GRAPH", *,
231231
if not config:
232232
config = {
233233
"name": self.graph,
234-
"database_name": self.database,
235234
"concurrency": self.concurrency,
235+
"force": force,
236236
}
237237
# TODO: assert config has mandatory fields
238238
try:

0 commit comments

Comments
 (0)