In bulk upserts, the user needs to supply a uniqueness constraint. Right now manager provides allows duplicate entries for these uniqueness constraints in the input data.
It should actually throw an error when dups are found because such an input is actually invalid.
In bulk upserts, the user needs to supply a uniqueness constraint. Right now manager provides allows duplicate entries for these uniqueness constraints in the input data.
It should actually throw an error when dups are found because such an input is actually invalid.