Hot off the presses is the latest version of our snowplow-mobile dbt package. This release makes a few small changes to stop your tests failing on an edge cases, and makes it so you can disable the user_mapping table if you aren’t using our user stitching.
Summary
This release changes the severity on unique tests on previous_session_id
columns to warn
to deal with cases where data is ported to a new phone but both devices are then used. It also makes a change that allows for the user_mapping
table to be disabled when user stitching is not enabled.
Features
Move ref in enabled check (Close #61)
Reduce previous_session_id test severity to warn (Close #62)
Upgrading
To upgrade simply bump the snowplow-web version in your packages.yml
file.