Skip to content

BigQuery Mobile Model v1.1.0

Compare
Choose a tag to compare
@bill-warner bill-warner released this 15 Jun 12:19
· 35 commits to master since this release
ead84ed

This release contains the following changes:

  • Fix column order in mobile_events_this_run to allow for successful table migration of mobile_events_staged in the event of new columns (#99)
  • Add mobile_staging_reconcilition to temp tables validation config (#100)

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.