rwnx / pynonymizer

A universal tool for translating sensitive production database dumps into anonymized copies.
https://pypi.org/project/pynonymizer/
MIT License
102 stars 38 forks source link

Add new ignore-anonymization-errors feature #103

Closed rwnx closed 2 years ago

rwnx commented 2 years ago

This is a very broad implementation of this feature, designed to handle basically any error out of the anonymization step.

I haven't added any other impl of this in other step because i'm not sure that it makes much sense for the domain - those steps can always be skipped.

Last part of implementation for #96