From 2f344c2f86d6f4db07e99af29ba09c9ce37cb948 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 22 Feb 2019 13:18:50 -0800 Subject: include container_id in release ES schema --- python/fatcat_tools/transforms.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/fatcat_tools/transforms.py') diff --git a/python/fatcat_tools/transforms.py b/python/fatcat_tools/transforms.py index 182be26e..0e5afd6a 100644 --- a/python/fatcat_tools/transforms.py +++ b/python/fatcat_tools/transforms.py @@ -115,6 +115,7 @@ def release_to_elasticsearch(entity, force_bool=True): if container: t['publisher'] = container.publisher t['container_name'] = container.name + t['container_id'] = container.ident t['container_issnl'] = container.issnl t['container_type'] = container.container_type if container.extra: -- cgit v1.2.3