Skip to content

Commit 4b95097

Browse files
author
Chad Nelson
authored
Merge pull request #235 from tulibraries/use-suppress-on-deletes
Use supress switch on deletes.
2 parents e5f90f7 + e60324a commit 4b95097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cob_datapipeline/catalog_preproduction_oai_harvest_dag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
"SOLR_AUTH_USER": SOLR_WRITER.login or "",
204204
"SOLR_AUTH_PASSWORD": SOLR_WRITER.password or "",
205205
"SOLR_URL": tasks.get_solr_url(SOLR_WRITER, COLLECTION),
206-
"COMMAND": "delete",
206+
"COMMAND": "delete --suppress",
207207
}},
208208
dag=DAG
209209
)

0 commit comments

Comments
 (0)