We are happy to announce the release of the BigQuery Mobile Model 1.1.0 .
This release contains the following changes:
- Fix column order in
mobile_events_this_run
to allow for successful table migration ofmobile_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 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.