mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
For events with a notion of a `target`, this stores: * `target._age` as `target_age_seconds` in seconds. This is derivable from the event timestamp and the `target_created_ts` but simpler to query if it's denormalized * For `Link`s, store the `target.title` as `target_title`. The primary goal here is to add more context around reports in Interana. Also add a test for the report event and fixup the existing tests.