Skip to content

[FEATURE] Update PPL anonymizer to anonymize table/index & column/field name #1984

@acarbonetto

Description

@acarbonetto

Is your feature request related to a problem?
Anonymizer should hide table/index name and column/field name

Refer to V2 SQL anonymizer updated made in #1665

Related issues:

What solution would you like?
Query:

source=account | where age > 30 | where age < 40 | where balance > 10000 | fields age;
source=online  | fields all_client | sort - all_client | head 1000

Anonymized as:

source=account | where age > *** | where age < *** | where balance > *** | fields + age
source=online | fields + all_client | sort all_client | head 1000 | fields + null

What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.

Do you have any additional context?
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    PPLPiped processing languageenhancementNew feature or request

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions