Fdans has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/342486 )

Change subject: Switch table pointer to v2 in per project endpoint
......................................................................

Switch table pointer to v2 in per project endpoint

Deploying this change will make the per project endpoint use the
new v2 keyspace with corrected timestamps

Bug: T156312
Change-Id: I47cee1f2c1455d329f1ba9fc579677acca420fd6
---
M sys/pageviews.js
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/aqs 
refs/changes/86/342486/1

diff --git a/sys/pageviews.js b/sys/pageviews.js
index 2845db3..91e01c7 100644
--- a/sys/pageviews.js
+++ b/sys/pageviews.js
@@ -248,9 +248,9 @@
     });
 
     var dataRequest = hyper.get({
-        uri: tableURI(rp.domain, tables.project),
+        uri: tableURI(rp.domain, tables.project_v2),
         body: {
-            table: tables.project,
+            table: tables.project_v2,
             attributes: {
                 project: rp.project,
                 access: rp.access,

-- 
To view, visit https://gerrit.wikimedia.org/r/342486
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I47cee1f2c1455d329f1ba9fc579677acca420fd6
Gerrit-PatchSet: 1
Gerrit-Project: analytics/aqs
Gerrit-Branch: master
Gerrit-Owner: Fdans <fd...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to