You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some persons are mistakenly eligible for inclusion in Experts/Pure due to data entry errors, and become ineligible after those errors are corrected. In addition to removing the associated errors from Experts DW (see #12), their data should also be removed. These queries should do it:
deletefrom pure_eligible_person_chng_hst where emplid = :emplid;
deletefrom pure_sync_staff_org_association where person_id = :emplid;
deletefrom pure_sync_user_data where person_id = :person_id; -- all of these should be the same as :empliddeletefrom pure_sync_person_data where emplid = :emplid;
deletefrom umn_data_error where emplid = :emplid;
No description provided.
The text was updated successfully, but these errors were encountered: