Snapshots right now embed row samples via two pg_stats fields: - most_common_vals - histogram_bounds Both can leak PII / sensitive payloads into snapshots. Masking will be add-on, sharing the logic with [Fixturize](https://github.com/boringSQL/fixturize)
Snapshots right now embed row samples via two pg_stats fields:
Both can leak PII / sensitive payloads into snapshots.
Masking will be add-on, sharing the logic with Fixturize