You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `Kuzu` target spec takes the following fields:
445
445
446
-
*`connection` (type: [auth reference](../core/flow_def#auth-registry) to `KuzuConnectionSpec`): The connection to the Neo4j database. `KuzuConnectionSpec` has the following fields:
446
+
*`connection` (type: [auth reference](../core/flow_def#auth-registry) to `KuzuConnectionSpec`): The connection to the Kuzu database. `KuzuConnectionSpec` has the following fields:
447
447
*`api_server_url` (type: `str`): The URL of the Kuzu API server, e.g. `http://localhost:8123`.
448
448
*`mapping` (type: `Nodes | Relationships`): The mapping from collected row to nodes or relationships of the graph. For either [nodes to export](#nodes-to-export) or [relationships to export](#relationships-to-export).
0 commit comments