You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Anonymized as:
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.
The text was updated successfully, but these errors were encountered: