How to batch import objects with reference?

DataObject does have a references field but I can’t find any doc about how to use it.
I tired to read the source code but it still can’t to figure it out.

Hi!

What exactly you mean about references?

You can create a property that can be used as a reference field for an external field in another database.

you can also use deterministic ids:

So whenever you what to query for a specfic object, you can always use it’s id.

Let me know if this helps :slight_smile: