Duplicate primary key values may exist within the dataset – resolution required.
| Name | Type | Required | Description |
|---|---|---|---|
| deletion_column | Optional[str] | No | The name of the boolean column that indicates whether a row should be considered deleted. Based on the resolutionStrategy, if the final row selected for a given primary key has true in this column, that row will be excluded from the results. Otherwise, it will be included. |
| resolution_strategy | PrimaryKeyResolutionStrategy | Yes | |
| type | Literal["duplicate"] | Yes | None |