Rationale
The Snowplow package has two first-class outputs: snowplow_sessions and snowplow_page_views. Both should include the stitched user identity, inferred_user_id, that is the product of snowplow_id_map.
We frequently find ourselves building reports on top of both tables, and we should be able to perform counts of distinct visitors that agree between them.
Rationale
The Snowplow package has two first-class outputs:
snowplow_sessionsandsnowplow_page_views. Both should include the stitched user identity,inferred_user_id, that is the product ofsnowplow_id_map.We frequently find ourselves building reports on top of both tables, and we should be able to perform counts of distinct visitors that agree between them.