scientist-softserv / adventist_knapsack

Apache License 2.0
1 stars 0 forks source link

🐛 Fix OAI importers #102

Closed kirkkwang closed 7 months ago

kirkkwang commented 7 months ago

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