Closed rwnx closed 2 years ago
The first part of this change (continue on anonymizing error, but throw an error anyway) is going out in v1.22.0. We can tweak and refine this behaviour in this thread. I'd like to keep this issue open to discuss options for ignoring errors
Now that #103 is merged I'm closing this issue.
Leading from #94, a missing or changed table name can cause anonymization to fail half-way. It would be better if, during the anonymization step, pynonymizer attempted to "do everything it can" even if the resulting exit code is still !=0.
In addition to this, adding an option to ignore some errors during anonymization e.g.
--no-fail
/--ignore-anonymization-errors
(TBC) that would allow users to explicitly override the failure behaviour would go a long way!