-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python3 version #10
Comments
@bgabor78 It doesn't work anymore, i get a
The line being Do you, by any chances happen to have a fix? |
There is an error in your yaml configuration: there is no table in it. Please check if there is any table in database section and check the file format in a yaml validator tool. |
thanks! the update changed the syntax of the yaml, not by a lot but still changed a bit. Instead of database:
database_name:
tables:
table_name:
function_name:
- column_name It's now database:
tables:
table_name:
function_name:
- column_name The Thanks a lot! |
I have actualized the code for python3.
See the attached file.
anonymize.zip
The text was updated successfully, but these errors were encountered: