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
When launch sync_from function for a dataset with multiple model dependencies, in this example Regions parent of Sites. sync_from by default try to create Sites (child object) several times for each dependencies as you can see below.
It try here to create BOB site and it created it bind to Rennes regions but after finish child sync of Rennes it try a second time to create BOB it self because in site list, and this raise a duplication error.
Expected Behavior
It should create once any objects even if it try to sync it in the child tree process.
The text was updated successfully, but these errors were encountered:
Environment
Observed Behavior
When launch
sync_from
function for a dataset with multiple model dependencies, in this exampleRegions
parent ofSites
.sync_from
by default try to create Sites (child object) several times for each dependencies as you can see below.It try here to create BOB site and it created it bind to Rennes regions but after finish child sync of Rennes it try a second time to create BOB it self because in site list, and this raise a duplication error.
Expected Behavior
It should create once any objects even if it try to sync it in the child tree process.
The text was updated successfully, but these errors were encountered: