-
Notifications
You must be signed in to change notification settings - Fork 31
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
Export clips.tsv with user_id column #4
Comments
@Gregoor Have you had a chance to create an export with a properly hashed "user_id" column? |
I've added a user column to the tsv, it's not hashed though. Could we maybe do this as part of the postprocessing? We would also need to throw out the clip paths, once we got them from S3 (as they also contain the user id). For hashing we could do this:
|
Two points come to mind:
|
|
I'll make the code use client_id. |
It's best if the users, without asking for audio, get the entire clips.tsv. |
Export has client_id not user_id, so changed code (See #4)
The current clips.tsv does not have a "user_id" column. However, for various reasons, one is needed for the final export. The directory of the wav can not be used as the value of a "user_id" column as it's not properly hashed.
The text was updated successfully, but these errors were encountered: