Hi,
It was recently brought to our attention that the avtable_import_set command will create duplicate entities within a data set in Terra if the same code is ran twice. It appears that the code doesn't check if the entities already exist and adds them again.
If I create a small data frame of "sample1", "sample2", and "sample3". Then use avtable_import_set to add those entities to a data set in my Terra workspace. I will get 6 entities if I run that command again instead of system checking if there was any change to the data or ignoring duplicates.
Hi,
It was recently brought to our attention that the
avtable_import_setcommand will create duplicate entities within a data set in Terra if the same code is ran twice. It appears that the code doesn't check if the entities already exist and adds them again.If I create a small data frame of "sample1", "sample2", and "sample3". Then use
avtable_import_setto add those entities to a data set in my Terra workspace. I will get 6 entities if I run that command again instead of system checking if there was any change to the data or ignoring duplicates.