Restarting Prodigy with a new session

Actually! Just to check; are you aware of the session mechanic? The one explained here:

Here's what db-out would look like for a simple text classification usecase.

{"text":"this is a single example yo","_input_hash":-465404500,"_task_hash":221834242,"label":"demo","_view_id":"classification","answer":"accept","_timestamp":1666776571,"_annotator_id":"issue-6042-foobar","_session_id":"issue-6042-foobar"}
{"text":"this is a single example yo","_input_hash":-465404500,"_task_hash":221834242,"label":"demo","_view_id":"classification","answer":"accept","_timestamp":1666776577,"_annotator_id":"issue-6042-vincent","_session_id":"issue-6042-vincent"}

That should give you access to _annotator_id as well. Isn't that what you'd want?