-
Notifications
You must be signed in to change notification settings - Fork 163
Closed as not planned
Closed as not planned
Copy link
Labels
PPLPiped processing languagePiped processing languageenhancementNew feature or requestNew feature or request
Description
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
Labels
PPLPiped processing languagePiped processing languageenhancementNew feature or requestNew feature or request
Type
Projects
Status
Done