mozilla / fxa-activity-metrics

A server for managing the Firefox Accounts metrics database and pipeline
1 stars 3 forks source link

feat(scripts): delete flow.begin events after processing #106

Closed philbooth closed 6 years ago

philbooth commented 6 years ago

Fixes #104.

This is the last thing I'm going to do about reducing the size of our data. flow.completed survives. Have pushed to the redshift helper for tomorrow morning's import, to check it's okay before merging.

@mozilla/fxa-devs

philbooth commented 6 years ago
fxa=# select count(*) from flow_events where type = 'flow.begin';
 count
-------
     0
(1 row)
vladikoff commented 6 years ago

@philbooth looks good, do we want final confirmation from @davismtl or @irrationalagent ?

philbooth commented 6 years ago

do we want final confirmation from @davismtl or @irrationalagent ?

Well it's a bit late for that if we do, as I already deleted all the events. 😄

irrationalagent commented 6 years ago

for the record this was what we had agreed to do, so I'm fine with it.