We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6f602 commit 503a00fCopy full SHA for 503a00f
lambdas/commands.py
@@ -52,7 +52,7 @@ def generate_extract_command(
52
f"--output-file=s3://{timdex_bucket}/{extract_output_file}"
53
)
54
extract_command.append("harvest")
55
- if source in ["aspace", "dspace", "libguides", "researchdatabases"]:
+ if source in ["aspace", "dspace"]:
56
extract_command.append("--method=get")
57
extract_command.append(f"--metadata-format={input_data['oai-metadata-format']}")
58
if run_type == "daily":
0 commit comments