Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove persons/jobs added due to data entry errors in OIT Data Warehouse? #30

Open
nihiliad opened this issue Jul 15, 2020 · 1 comment

Comments

@nihiliad
Copy link
Member

No description provided.

@nihiliad
Copy link
Member Author

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:

delete from pure_eligible_person_chng_hst where emplid = :emplid; 
delete from pure_sync_staff_org_association where person_id = :emplid;
delete from pure_sync_user_data where person_id = :person_id; -- all of these should be the same as :emplid
delete from pure_sync_person_data where emplid = :emplid;
delete from umn_data_error where emplid = :emplid;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant