We are happy to announce the release of the Snowflake Mobile Model 1.1.0.
This release contains the following changes:
- Fixes column order in events_this_run to allow for events_staged table migration (#102)
- Updates commit_table procedure to throw error messages (#103)
- Updates update_manifest procedure to throw error message (#104)
This release contains breaking changes to the model, however all data in the derived tables will be preserved. To upgrade to this version of the model:
- Ensure that the model has successfully completed its previous run and all data in mobile_events_staged has been consumed by all modules i.e. mobile_events_staged is empty.
- Drop mobile_events_staged using: DROP TABLE {{scratch_schema}}.mobile_events_staged{{entropy}};
- Run the model as per usual.