From 0189c04b71083470716b6fd5bc6b76111d09a70a Mon Sep 17 00:00:00 2001 From: Tom Morrell Date: Thu, 19 Dec 2024 11:15:07 -0800 Subject: [PATCH] datastreams: add ror-http to funders and affiliations --- invenio_vocabularies/contrib/affiliations/datastreams.py | 1 + invenio_vocabularies/contrib/funders/datastreams.py | 1 + 2 files changed, 2 insertions(+) diff --git a/invenio_vocabularies/contrib/affiliations/datastreams.py b/invenio_vocabularies/contrib/affiliations/datastreams.py index 3846bba5..00c37999 100644 --- a/invenio_vocabularies/contrib/affiliations/datastreams.py +++ b/invenio_vocabularies/contrib/affiliations/datastreams.py @@ -200,6 +200,7 @@ def apply(self, stream_entry, **kwargs): DATASTREAM_CONFIG = { "readers": [ + {"type": "ror-http"}, { "type": "zip", "args": { diff --git a/invenio_vocabularies/contrib/funders/datastreams.py b/invenio_vocabularies/contrib/funders/datastreams.py index b2311a9e..6e7e482e 100644 --- a/invenio_vocabularies/contrib/funders/datastreams.py +++ b/invenio_vocabularies/contrib/funders/datastreams.py @@ -67,6 +67,7 @@ def __init__( DATASTREAM_CONFIG = { "readers": [ + {"type": "ror-http"}, { "type": "zip", "args": {