Can probably implement this as a step after all the models run. Set households_lag1 and buildings_lag1 tables to current households and buildings table. Update previous_building_id on household table with current building_id.
@hanase: Do we need households_lag1 since we have added the previous_building_id to the households table?
Can probably implement this as a step after all the models run. Set households_lag1 and buildings_lag1 tables to current households and buildings table. Update previous_building_id on household table with current building_id.
@hanase: Do we need households_lag1 since we have added the previous_building_id to the households table?