snowplow-unified v0.4.0
Summary
This release adds a surrogate key to the conversions table, in case of an event being valid against multiple conversion types, and fixes an issue with bigquery if snowplow
was in your project name.
🚨 Breaking Changes 🚨
- Adds a new surrogate key to the optional conversions table, to allow for the same event to be part of multiple conversions
Fixes
- Fix an issue where having
snowplow
in your project name caused issue when using a bigquery target
Upgrading
Bump the snowplow-unified version in your packages.yml
file. If you already make use of the conversions table and wish to not do a full refresh, you can add the new column by following the migration guide here.