JGonera has submitted this change and it was merged.
Change subject: Fix upload errors graph for Web
......................................................................
Fix upload errors graph for Web
SQL for error and success uploads was the same for Web...
Change-Id: Ic12ae21dcffd69428c29b629a3639b5eba848658
---
M mobile/error-uploads.sql
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
JGonera: Verified; Looks good to me, approved
diff --git a/mobile/error-uploads.sql b/mobile/error-uploads.sql
index 152915d..7e9f683 100644
--- a/mobile/error-uploads.sql
+++ b/mobile/error-uploads.sql
@@ -31,7 +31,7 @@
SUM(1) AS Web
FROM {{ tables.upload_web }} WHERE
- event_action = 'success' AND
+ event_action = 'error' AND
wiki != 'testwiki'
GROUP BY Date
) AS Web ON Month.Date = Web.Date;
--
To view, visit https://gerrit.wikimedia.org/r/57186
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic12ae21dcffd69428c29b629a3639b5eba848658
Gerrit-PatchSet: 1
Gerrit-Project: analytics/limn-mobile-data
Gerrit-Branch: master
Gerrit-Owner: JGonera <[email protected]>
Gerrit-Reviewer: JGonera <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits