We often insert values that may already exist. The most common example is the filling of lookup tables. To suppress duplicate entry errors, we use the ignore_errors flag. It does the job but it also suppress other errors such as incorrect attribute names. I propose adding the skip_duplicates attribute to Relation.insert.