Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Fixing bug in metadata capture for OAI #214

Merged
merged 1 commit into from
Dec 22, 2022

Conversation

jeremyf
Copy link
Contributor

@jeremyf jeremyf commented Dec 22, 2022

Moving OAI metadata capture to entry processing

In writing samvera/bulkrax#694 I introduced an OAI bug. There
are two OAI fetch cycles.

The first is the list of records. These are fetched via the
list_identifiers method. That method returns header information
without metadata. Then, we submit one job per header. At that point
we perform the second fetch of the record. This includes the full
metadata.

Related to:

> Moving OAI metadata capture to entry processing
>
> In writing samvera/bulkrax#694 I introduced an OAI bug.  There
> are two OAI fetch cycles.
>
>The first is the list of records.  These are fetched via the
>`list_identifiers` method.  That method returns header information
>without metadata.  Then, we submit one job per header.  At that point
>we perform the second fetch of the record.  This includes the full
>metadata.

Related to:

- samvera/bulkrax#697
- samvera/bulkrax#694
- #211
@jeremyf jeremyf merged commit d304e96 into main Dec 22, 2022
@jeremyf jeremyf deleted the jeremyf---fixing-oai-metadata-capture branch December 22, 2022 16:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants