Skip to content

Snowflake Mobile Model v1.1.0

Compare
Choose a tag to compare
@bill-warner bill-warner released this 16 Jun 11:18
· 30 commits to master since this release
a0e2f32

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 it's 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.