Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 631 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 631 Bytes

Scrubbing

rideshare.users contains sensitive data in fields

The following scripts clone the table structured, and fill in rows from the original table using either the exact column values, or scrubbed column values for columns that have been classified as sensitive.

Compare rows before and after running the script.

Run Scrubbing

cd db

sh scrubbing/scrubber.sh

View Comments

Database comments can be used to record sensitive fields

sh db/list_table_comments.sh

Batching

Review the batched UPDATE example procedure:

scrub_batched_direct_updates.sql