mistercrunch commented on issue #13345:
URL: https://github.com/apache/superset/issues/13345#issuecomment-3398629368

   Right. Deleted flag + optional/configurable reassignment sound right. At 
Preset we rewire logs elsewhere, but could see many options as to how to treat 
deletion being valid for different use cases. For instance GDPR probably 
requires deleting or obfuscating PII and log events. 
   
   Seems we need an endpoint that can provide all this, and maybe 
policies/configuration around it.
   
   Trying to list out options:
   - soft delete, keep user info
   - soft delete, obfuscate PII
   - true delete, also delete logs
   
   This in combination with reassignment options:
   - reassign object ownership to a single use
   - delete owned objects (seems dangerous)
   - orphan owned object, might create issue where ownership is required (?)
   
   I'm robably overthinking all this. Might be able to support 95%+ of things a 
few option combinations 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to