Hosted research sessions
Use a hosted research session to inspect a dataset request and its sources before you configure a pipeline. The session runs in Mostly Right; the CLI opens it, sends probes, reads its status, and closes it.
Sign in
Section titled “Sign in”mr-data loginmr-data whoamiSee Credentials for device login details.
Open a session
Section titled “Open a session”Pass the dataset, question, and any sources that the worker may inspect:
mr-data research-open \ --dataset DATASET_ID \ --question QUESTION_ID \ --source SOURCE_IDThe command prints the session identifier. Save it for the remaining commands.
Read status and ask a probe
Section titled “Read status and ask a probe”mr-data research-status SESSION_IDUse research-probe to ask for a source inspection, sample rows, a column profile, or an
expression evaluation. The request is validated before it is sent.
mr-data research-probe SESSION_ID --helpAdd --json when another program needs the response.
Close the session
Section titled “Close the session”mr-data research-close SESSION_IDClosing a session ends its worker and queued probes.