I have a colleague who is doing annotation with dataset name-X on their machine. I am using dataset name-X on my machine, but I also have dataset name-Y and name-Z.
I would like to pull out their annotations to do some work in jq to get them into my preferred format. How do I point
prodigy db-out name-X [some-db-filepath-here?] > output-of-X.json
to the DB I received from my colleague?
Do I need to save it into my .prodigy/ folder, temporarily rename my own ./prodigy/prodigy.db to something different, swap in my colleague's .db, and then run the db-out command from there?