We are very excited to announce the release of snowplow-mobile v0.3.1 dbt package. This release fixes a bug introduced in the 0.3.0 where stitched_user_id could be truncated and it also cleans up the logic of the incremental manifest table.
Features
- Fix user_mapping bug with differing column lengths (Close #18)
- Clean up incremental manifest varchar logic (Close #20)
Upgrading
To upgrade simply bump the snowplow-mobile version in your packages.yml
file.
If you are coming from version 0.2.0, you will need to trigger a full refresh since the <derived_schema>.sessions
table has a breaking change.