Open patrick-grow-therapy opened 2 years ago
Hello @patrick-grow-therapy , i've been looking for the same feature. It seems tables can be ignored, as written in the code. But it does not seems to be documented yet. The opposite feature (only tables) is barely mentionned and it seems skip_table
is to be configured the same way.
I am no Rust expert, but I think you have to declare all of the ignored tables, no wildcard option for now.
Hello @patrick-grow-therapy , i've been looking for the same feature. It seems tables can be ignored, as written in the code. But it does not seems to be documented yet. The opposite feature (only tables) is barely mentionned and it seems
skip_table
is to be configured the same way. I am no Rust expert, but I think you have to declare all of the ignored tables, no wildcard option for now.
Feel free to open a PR to update the documentation 🙏
--
Adding a wildcard option to anonymize all fields from a table is something that I would love to add. But I have not enough time at the moment. I'd be happy to find a sparking partner to make it happen.
I have certain tables in our production database that aren't necessary for local development, or would be risky attempting to anonymize given the chance for a leak. Is there a current way to ignore certain tables or anonymize all the columns within specific tables?