Closed Bug 1053632 Opened 10 years ago Closed 10 years ago

fetch-adi-from-hive should collapse release%->release

Categories

(Socorro :: Database, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rhelmer, Assigned: rhelmer)

References

Details

(Whiteboard: [DB Change])

The old ADI source raw_adu, already had all release% channels collapsed into one release channel. Socorro currently uses build_type_enum when filtering these into product_adu, I think the most simplest thing would be to break this for the "release" case and have them do (update_channel ILIKE 'release%' OR update_channel IN ('release', 'nightly', 'aurora')) Later we might want to make the import process handle this, instead, but I would like to avoid that for now. It's going to be a perf hit/complexity somewhere either way.
Upon investigation, it's just less hassle to do this right.
Summary: need new ADI to filter on release% → fetch-adi-from-hive should collapse release%->release
Also, did you omit 'beta' intentionally in comment #0?
(In reply to Robert Kaiser (:kairo@mozilla.com, slow reaction due to vacation backlog) from comment #2) > Also, did you omit 'beta' intentionally in comment #0? Well I changed the approach (per comment 1) so it's no longer needed - but betas are handled separately in the file I was referring to :)
Commits pushed to master at https://github.com/mozilla/socorro https://github.com/mozilla/socorro/commit/2a5c27408c26d691ebfb096d491720f64c2a0d24 fix bug 1053632 - collapse all release channels in fetch-adi-from-hive https://github.com/mozilla/socorro/commit/587b61b1894b227b0c32e0db040033cb7803ac5e Merge pull request #2289 from rhelmer/bug1053632-collapse-release-channels fix bug 1053632 - collapse all release channels in fetch-adi-from-hive
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [DB Change]
Migration run on stage, backfilling..
Target Milestone: --- → 99
Migration run on prod.
You need to log in before you can comment on or make changes to this bug.