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
Sometimes we want to keep a record of that json record even if our customer requests to delete that data. So instead of removing that full record from the json document, can we update the json keys partially to null?
example:
so current json record:
Thanks @venkaa6 - I worked on a redaction POC that is still on a dedicated branch here but we temporarily stopped development on that side, sounds like we can reconsider.
Hi, we aren't currently working on any redaction feature as the previous work wasn't needed anymore. While we aren't able to allocate any time to prioritise this, we would be open to external contributions. Would it be something you would be interested about?
Sometimes we want to keep a record of that json record even if our customer requests to delete that data. So instead of removing that full record from the json document, can we update the json keys partially to null?
example:
so current json record:
instead of fully removing the record, we would want the s3 file to look like below:
The text was updated successfully, but these errors were encountered: