Closed
Bug 867606
Opened 12 years ago
Closed 12 years ago
Create data dictionary that maps data transforms for our crash json data
Categories
(Socorro :: Database, task)
Tracking
(Not tracked)
RESOLVED
FIXED
45
People
(Reporter: selenamarie, Assigned: selenamarie)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
7.79 KB,
text/plain
|
Details |
Attaching the current state of our crash json transforms. Put this into a table in Postgres.
Comment 1•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/e997b9c172df4afec0d9476ddd8352702c4c9cc5
bug 867606 add data dictionary
This adds a data dictionary that describes breakpad data and the transforms
applied by things like the Processor in Socorro.
Also cleaning up some stray sqlalchemy files no longer needed.
https://github.com/mozilla/socorro/commit/bc4a191e330d9bf7096ca7fde82376cf8060247a
Merge pull request #1216 from selenamarie/bug867606-data-dictionary
Bug867606 data dictionary
Assignee | ||
Updated•12 years ago
|
Target Milestone: --- → 45
Assignee | ||
Updated•12 years ago
|
Target Milestone: 45 → 46
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → sdeckelmann
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Whiteboard: [qa-]
Assignee | ||
Comment 3•12 years ago
|
||
Deployed on stage!
[postgres@socorro1.stage.db.phx1 application]$ PYTHONPATH=. python /usr/bin/alembic -c /data/socorro/application/config/alembic.ini upgrade head
INFO [alembic.migration] Context impl PostgresqlImpl.
INFO [alembic.migration] Will assume transactional DDL.
INFO [alembic.migration] Running upgrade None -> 5e14d46c725, bug 855423 change RAISE EXCEPTION to RAISE NOTICE
INFO [alembic.migration] Running upgrade 5e14d46c725 -> 37004fc6e41e, bug 867606 add data dictionary
[postgres@socorro1.stage.db.phx1 application]$
You need to log in
before you can comment on or make changes to this bug.
Description
•