Closed
Bug 868188
Opened 12 years ago
Closed 11 years ago
UI for looking at data_dictionary
Categories
(Socorro :: Webapp, task)
Tracking
(Not tracked)
RESOLVED
FIXED
52
People
(Reporter: selenamarie, Assigned: peterbe)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
138.69 KB,
image/png
|
Details |
I'd love a way to have a look at data_dictionary, which contains information about transformations of data from breakpad variables to various parts of Socorro.
We have three columns:
* raw_field: the breakpad variable in meta_data (HBase)
* product: currently NULL, but important and interesting for differentiating between things like Fennec and B2G
* transforms: a JSON blob that has keys and sometimes values that explain how a raw_field is transformed and also where it is transformed
Reporter | ||
Updated•12 years ago
|
Target Milestone: --- → 48
Assignee | ||
Comment 1•12 years ago
|
||
I don't know what `data_dictionary` is. Is it a database table?
Guessing that it is a table, to get this UI we'd need to write an implementation, a middleware and some place to show the data.
Would it work if I build a page on the Admin pages of socorro-crashstats?
Reporter | ||
Comment 2•12 years ago
|
||
(In reply to Peter Bengtsson [:peterbe] from comment #1)
> I don't know what `data_dictionary` is. Is it a database table?
Yes! It is a database table.
It contains information about how data is transformed from a raw metadata crash field, into something that is inserted into PostgreSQL. The JSON comes from a spreadsheet that Lars put together a while ago. I was hoping to create this interface to keep track of new fields (currently very difficult), and encourage people to keep sane variable names.
> Guessing that it is a table, to get this UI we'd need to write an
> implementation, a middleware and some place to show the data.
I'll make a ticket for the middleware.
> Would it work if I build a page on the Admin pages of socorro-crashstats?
Yes, that would be ideal.
Reporter | ||
Comment 3•12 years ago
|
||
Reporter | ||
Updated•12 years ago
|
Target Milestone: 48 → 49
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → peterbe
Target Milestone: 49 → 51
Assignee | ||
Updated•11 years ago
|
Target Milestone: 51 → 52
Assignee | ||
Comment 4•11 years ago
|
||
PR here: https://github.com/mozilla/socorro-crashstats/pull/373
:selena it looks like this: http://cl.ly/Pbhw
Assignee | ||
Comment 5•11 years ago
|
||
Note-to-self: Here are some sample keys you can use in dev https://gist.github.com/selenamarie/17440b314f380ecf1647
Updated•11 years ago
|
Target Milestone: 52 → 54
Comment 6•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro-crashstats
https://github.com/mozilla/socorro-crashstats/commit/20d38bddfbefffeb97b5c40ebcae9e207e26a5b8
fixes bug 868188 - UI for looking at data_dictionary, r=AdrianGaudebert
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: 54 → 52
Reporter | ||
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•