Page MenuHomePhabricator

UI: Allow downloading output via CLI
Open, Needs TriagePublicFeature

Description

Why

Downloading output via CLI is less demanding on client resources. Actual, in the User Interface, there is no hint about the CLI monitor and download.

How

Add in the User Inferface the hint about the task identificator and the command on status and the download for advanced users. Example:

Event Timeline

@Dusan_Krehel: Thanks for reporting this. For future reference, please use the feature request form (linked from the top of the task creation page) to create feature requests, and fill in the sections in the template. Thanks.

Aklapper renamed this task from [feedback] Advanced acces to Allow downloading output via CLI.Dec 20 2022, 9:15 PM
Aklapper changed the subtype of this task from "Task" to "Feature Request".

@Aklapper: I proceeded according to: https://quarry.wmcloud.org/query/69880 -> Feedback (bottom menu).

If I understand correctly, something like:

export QUERY_ID=73537 
export QRUN_ID=$(curl https://quarry.wmcloud.org/query/${QUERY_ID}/meta | jq .latest_run.id)
wget -c https://quarry.wmcloud.org/run/${QRUN_ID}/output/0/tsv

could work

Dusan_Krehel renamed this task from Allow downloading output via CLI to UI: Allow downloading output via CLI.May 4 2023, 5:46 PM
Dusan_Krehel updated the task description. (Show Details)
Dusan_Krehel updated the task description. (Show Details)

@Dusan_Krehel I could use some additional clarification. Is this a request for the documentation to be updated to reflect how one might download on the command line?