Error message
dataset.fields: duplicate field names: user_id
When this error occurs
Each entry in thefields array of a dataset or rosetta_stone namespace must have a unique identifier (field_name or attribute_name). This error is raised when two or more entries share the same name.
Example: request that triggers this error
user_id appears twice in dataset.fields.
How to fix
Remove the duplicate entry. If you intended different configurations, merge them into a single entry:Related errors
- DuplicatePropertyPaths — same issue for nested property paths

