Closed
Bug 1768507
Opened 4 years ago
Closed 3 years ago
Monitor rate of duplicates in live tables
Categories
(Data Platform and Tools :: General, enhancement, P2)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: klukas, Assigned: mhirose)
References
Details
(Whiteboard: [dataquality])
Attachments
(2 files)
As discussed in https://bugzilla.mozilla.org/show_bug.cgi?id=1767545 we should add a monitor for the rate of duplicates in each live table.
| Reporter | ||
Updated•4 years ago
|
Assignee: nobody → jklukas
Points: --- → 2
Priority: -- → P2
Comment 1•4 years ago
|
||
Comment 2•4 years ago
|
||
| Reporter | ||
Comment 3•4 years ago
|
||
PR has been merged and the job is working. You can now run queries like:
SELECT *, SAFE_DIVIDE(live_nondistinct, live) AS dupe_ratio
FROM
`moz-fx-data-shared-prod.monitoring.structured_distinct_docids`
where submission_date = '2022-05-17'
LIMIT
1000
We still need to add an explore to the Looker dashboard, though.
| Reporter | ||
Comment 4•4 years ago
|
||
Unassigning to make this available for others to take over the finish line with a new Looker explore.
Assignee: jklukas → nobody
Points: 2 → 5
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → mhirose
| Assignee | ||
Comment 5•3 years ago
|
||
Added: https://mozilla.cloud.looker.com/looks/1248
Added the above Look to the Platform Health Check dash: https://mozilla.cloud.looker.com/dashboards/387?Submission+Date=90+day+ago+for+90+day
| Assignee | ||
Updated•3 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•3 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Whiteboard: [data-platform-infra-wg][data-quality] → [dataquality]
You need to log in
before you can comment on or make changes to this bug.
Description
•