-
Notifications
You must be signed in to change notification settings - Fork 7
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
affiliations: search via ROR API #188
affiliations: search via ROR API #188
Conversation
anikachurilova
commented
Oct 22, 2024
- closes SSPN: search for creators' affiliations via ROR API cds-rdm#216
"562__c", # note | ||
"700__0", # Contributors (cds author id) - TBD if we keep, same with INSPIRE ID | ||
"693__b", # beams recid: 2640381 | ||
"001" "003" "041__a", # languages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing commas
4f5fe91
to
bcf72c7
Compare
DELETE FROM rdm_records_metadata; | ||
DELETE FROM rdm_drafts_metadata; | ||
DELETE FROM rdm_parents_metadata; | ||
DELETE FROM communities_metadata; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to remove the community, if you omit this we avoid recreating it later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we cannot do that because of files cleanup.... there is an fk to community metadata
2a4ff40
to
1f61dc9
Compare
* Adds a new affiliations stream that populates a DB table with ROR API results. This table will be used for curation and normalizing the affiliations found during record migration * closes CERNDocumentServer/cds-rdm#216 Co-authored-by: Anika Churilova <nyuta.churilova@gmail.com>
1f61dc9
to
b2a5d0e
Compare