Feature Request / Improvement
Follow up on #11324 to implement sanitized version of Variant.
Rather than returning the hash of Variant as a string, it should understand the types within the variant and recursively sanitize the fields. Example:
{
"id": 3,
"date": "2024-11-05"
}
=>
{
hash-id: , (1 digit number)
hash-date: (date-today)
}
Query engine
None
Willingness to contribute