Importers don't save external URIs / object duplication #99
Labels
app-entities
Anything to do with the model classes central to the ontology
bug
Something isn't working
data
To do with the application's data and data handling
I'm suspecting this may have to do with the customisations in importers.py
So far, I don't seem to be able to
get_or_create
new entities from external data using existing import functionality, onlycreate
new ones.The external URIs aren't saved alongside imported objects, which would/should prevent the objects from getting duplicated (since every URI can only exist in connection to one instance).
The text was updated successfully, but these errors were encountered: