Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Discussion options

You must be logged in to vote

Hi @toman, the output of a Kuzu query is a QueryResult. In Python, these are iterables and need to be consumed to produce some intermediate representation (either in Python, or in DataFrames) to materialize the result before they can be used downstream. The underlying connection object is tied to the database instance that had the original data, i.e., db1.kz. To get it into db2.kz, you cannot pass the contents of a query result from one connection object into another database entirely without persisting to some intermediate file. Hope that makes sense.

The easiest way for you to get data from one graph into another is to a) use the EXPORT DATABASE command and then re-import in a single li…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by toman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants