diff --git a/invenio_vocabularies/jobs.py b/invenio_vocabularies/jobs.py index 7e1cd12b..90d5cfe1 100644 --- a/invenio_vocabularies/jobs.py +++ b/invenio_vocabularies/jobs.py @@ -68,7 +68,7 @@ def default_args(cls, job_obj, since=None, **kwargs): "config": { "readers": [ { - "args": {"since": since}, + "args": {"since": str(since)}, "type": "ror-http", }, {"args": {"regex": "_schema_v2\\.json$"}, "type": "zip"}, @@ -111,7 +111,7 @@ def default_args(cls, job_obj, since=None, **kwargs): "config": { "readers": [ { - "args": {"since": since}, + "args": {"since": str(since)}, "type": "ror-http", }, {"args": {"regex": "_schema_v2\\.json$"}, "type": "zip"},