Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Table does not have primary key configured, which makes impossible table anonymization.  #107

@jsantos42

Description

@jsantos42

I have a DB with several tables, one of them has the description seen on the screenshot.

Screenshot 2023-02-27 at 10 49 34

If I run the tool with the config below, I get an error Table password_resets does not have primary key configured, which makes impossible table anonymization.

password_resets:
    password_resets:
        columns:
            email:
                formatter: email
            token:
                formatter: sha256
            created_at:
                formatter: dateTime

Is it impossible to anonymise this table?

Metadata

Metadata

Assignees

No one assigned

    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