Closed nurikk closed 2 years ago
Hi! This PR introduces environment variable substitution for schema configuration
Now you can craft config file like this:
tables: - auth_user: search: id = '${USER_ID_TO_BE_DELETED}' fields: - first_name: provider: name: clear
and then run USER_ID_TO_BE_DELETED=145 anonymizer
USER_ID_TO_BE_DELETED=145 anonymizer
Hi, thanks again for another contribution :+1: I will take a look at it as soon as possible. The feature looks promising and useful.
Looks good to me :+1: Thanks for the pull request!
Hi! This PR introduces environment variable substitution for schema configuration
Now you can craft config file like this:
and then run
USER_ID_TO_BE_DELETED=145 anonymizer