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
Asynchronous processing of expansions can lead to inconsistent results inside a bulk import. Here is an example bulk import script:
Create source
Create concepts
Create collection+auto-expansion with version-less references to those concepts
Update concepts
Create new collection+auto-expansion with version-less references to those concepts
Update concepts
Create new collection+auto-expansion with version-less references to those concepts
Update concepts
Create new collection+auto-expansion with version-less references to those concepts
The result- references will end up pointing to the latest concept version at the time of processing, rather than based on the order that they appear in the bulk import script
The text was updated successfully, but these errors were encountered:
Asynchronous processing of expansions can lead to inconsistent results inside a bulk import. Here is an example bulk import script:
The result- references will end up pointing to the latest concept version at the time of processing, rather than based on the order that they appear in the bulk import script
The text was updated successfully, but these errors were encountered: