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
[This isn't for immediate action - I'm just making a note here so I can follow up later.]
The gem supports a partially_delete option for tables, in which a subset of the table is deleted and the rest retained. The DSL block takes an allow call, and columns are validated in the usual way (i.e. all columns must be explicitly allowed):
Because this block doesn't take a sanitise call, however, it means that partially-deleted tables must have all their columns whitelisted. It might be nice to support delete-then-sanitise. It's taking longer and longer to sanitise the staging DB, so we're likely to want to work with table subsets more in the future.
The text was updated successfully, but these errors were encountered:
[This isn't for immediate action - I'm just making a note here so I can follow up later.]
The gem supports a
partially_delete
option for tables, in which a subset of the table is deleted and the rest retained. The DSL block takes anallow
call, and columns are validated in the usual way (i.e. all columns must be explicitly allowed):Because this block doesn't take a
sanitise
call, however, it means that partially-deleted tables must have all their columns whitelisted. It might be nice to support delete-then-sanitise. It's taking longer and longer to sanitise the staging DB, so we're likely to want to work with table subsets more in the future.The text was updated successfully, but these errors were encountered: