Hey, I'd like to kick off the discussion for SIP-208, "Soft Delete for
Charts, Dashboards, and Datasets":

   https://github.com/apache/superset/issues/39464

This will replace hard deletes with soft deletes for charts (slices),
dashboards (dashboards), and datasets (tables) in the back-end. Soft
deletion sets a deleted_at timestamp on the row instead of removing it.
Soft-deleted objects are automatically excluded from all standard API
responses and UI views.  This also adds endpoints to restore each of these
three objects.

-Mike

Reply via email to