UMNLibraries / experts_etl

Moves data from UMN to Pure (Experts@Minnesota), and vice versa.
3 stars 0 forks source link

Demog fixes #35

Closed nihiliad closed 3 years ago

nihiliad commented 3 years ago

Fixes updates to Experts Data Warehouse demographic data. The fix is to use max(timestamp) to ensure that we always compare only the latest data to that in the OIT Data Warehouse. This handles the case where OIT data changed, and then changed back again to a previous state, which the previous code ignored. Also fixes an indentation typo.