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

🐛 Fix OAI importers #102

Merged
merged 1 commit into from
Nov 20, 2023
Merged

🐛 Fix OAI importers #102

merged 1 commit into from
Nov 20, 2023

Conversation

kirkkwang
Copy link
Contributor

@kirkkwang kirkkwang commented Nov 19, 2023

Story

This commit will fix the OAI importer by adjusting the FileSetActor and ImportUrlJob. The reason why it wasn't working is because it was based on Hyrax 2.9.6 method signatures which has changed in Hyrax 3.5.0.

Ref:

Expected Behavior Before Changes

Executing an OAI import would result in a RuntimeError.

Expected Behavior After Changes

Executing an OAI import should result in a successful import.

Screenshots / Video

image

image

This commit will fix the OAI importer by adjusting the `FileSetActor`
and `ImportUrlJob`.  The reason why it wasn't working is because it was
based on Hyrax 2.9.6 method signatures which has changed in Hyrax 3.5.0.

Ref:
  - https://github.com/scientist-softserv/adventist-dl/issues/624
@kirkkwang kirkkwang force-pushed the i624-fix-oai-importer branch from 51e17c9 to d5c4d19 Compare November 19, 2023 04:24
@kirkkwang kirkkwang merged commit 02cf6dc into main Nov 20, 2023
7 checks passed
@kirkkwang kirkkwang deleted the i624-fix-oai-importer branch November 20, 2023 16:02
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.

2 participants