-
Notifications
You must be signed in to change notification settings - Fork 0
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
🐛 Bulkrax: OAI Imports Fail #723
Comments
Because Rob already has oai jobs enqueue, the concern to create a new importer can be addressed later so I'll remove high priority from this ticket. |
Merged
laritakr
added a commit
to samvera/bulkrax
that referenced
this issue
Aug 13, 2024
- Provides a valkyrized way to import from a remote url. - Supports additional file set arguments if present. - Adds filename to Hyrax's UploadedFile table, to allow overriding of carrierwave's default file name behavior. refs - scientist-softserv/adventist_knapsack#708 - scientist-softserv/adventist_knapsack#723
ShanaLMoore
added a commit
to samvera/bulkrax
that referenced
this issue
Aug 14, 2024
* 🧹 expands the ability to upload remote_files for valkyrie resources Previously this code strictly downloaded from s3 buckets. This was limiting, and expands the ability to import remote files without s3. * Adds ability to set filename * remove comment * adds ability to import thumbnail_url * Completes import with remote files - Provides a valkyrized way to import from a remote url. - Supports additional file set arguments if present. - Adds filename to Hyrax's UploadedFile table, to allow overriding of carrierwave's default file name behavior. refs - scientist-softserv/adventist_knapsack#708 - scientist-softserv/adventist_knapsack#723 * 💄 fix rubocop errors * 🧹 fix for failing migration error: NoMethodError: undefined method `column_exists' for #<AddFileNameToUploadedFiles:0x000055d8c48ea0b0 @name="AddFileNameToUploadedFiles", @Version=20240806161142, @connection=nil> --------- Co-authored-by: LaRita Robinson <larita@scientist.com>
ShanaLMoore
added a commit
that referenced
this issue
Aug 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
I attempted to import the following:
I can see that the import failed:
However, when I click on the importer I get this error:Update: (resolved by this PR)
The actual error:
Acceptance Criteria
Testing Instructions
Recreate the attempted importer (see screenshot in the summary section). set the limit to 10.
The importer should complete without errors.
Notes
The oai importer appears to be broken on staging too, pre valkyrie
The text was updated successfully, but these errors were encountered: