Ladsgroup moved this task from Doing to Peer Review on the Wikidata Query 
Builder (Wikidata Query Builder - sprint 5) board.
Ladsgroup added a comment.


  So you can get some data out of hadoop. Such query works:
  
    SELECT
      *
    FROM
      wmf.webrequest
    WHERE
      year = 2020
      AND month = 11
      AND day = 27
      AND referer like 'https://query-builder-test.toolforge.org%'
      AND uri_host = "query.wikidata.org" LIMIT 50;
  
  but embed.html emits 200 for timeout errors (but at least gives 400 for bad 
queries). Meaning we can get one and two from hadoop but not the third one.
  
  Another option (which seems easier) is to make WDQS GUI emit extra stats when 
referrer is query-builder which you can access it using `document.referrer`. 
It's much easier to implement and less resource intensive to extract. I think 
that's the way we should go.

TASK DETAIL
  https://phabricator.wikimedia.org/T268639

WORKBOARD
  https://phabricator.wikimedia.org/project/board/5090/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Ladsgroup
Cc: Aklapper, Michael, Manishsamota, Hazizibinmahdi, Akuckartz, Nandana, Lahi, 
Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Scott_WUaS, 
Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to