Skip to content

add the skip_duplicates option to Relation.insert1 #148

@dimitri-yatsenko

Description

@dimitri-yatsenko

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions