Skip to content

Commit

Permalink
Removes validate bib api call for new records
Browse files Browse the repository at this point in the history
  • Loading branch information
jermnelson committed May 15, 2024
1 parent a321a3e commit 4e4fa3c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libsys_airflow/plugins/data_exports/oclc_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,6 @@ def new(self, marc_files: List[str]) -> dict:
try:
record.remove_fields(*oclc_excluded)
marc21 = record.as_marc21()
session.bib_validate(
record=marc21,
recordFormat="application/marc",
validationLevel="validateFull",
)
new_record = session.bib_create(
record=marc21,
recordFormat="application/marc",
Expand Down

0 comments on commit 4e4fa3c

Please sign in to comment.