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

affiliations: search via ROR API #188

Merged

Conversation

anikachurilova
Copy link
Contributor

"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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing commas

DELETE FROM rdm_records_metadata;
DELETE FROM rdm_drafts_metadata;
DELETE FROM rdm_parents_metadata;
DELETE FROM communities_metadata;
Copy link
Contributor

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

Copy link
Contributor

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

@zzacharo zzacharo force-pushed the improve-affliations-search branch 4 times, most recently from 2a4ff40 to 1f61dc9 Compare October 25, 2024 09:26
* 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>
@zzacharo zzacharo merged commit cfbbcd4 into CERNDocumentServer:master Oct 25, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSPN: search for creators' affiliations via ROR API
3 participants