Skip to content
Snippets Groups Projects
Commit f687302b authored by Swen Vermeul's avatar Swen Vermeul
Browse files

added users for parse_jackson

parent 46cfb8e1
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ def parse_jackson(input_json): ...@@ -18,7 +18,7 @@ def parse_jackson(input_json):
interesting=['tags', 'registrator', 'modifier', 'owner', 'type', 'parents', interesting=['tags', 'registrator', 'modifier', 'owner', 'type', 'parents',
'children', 'containers', 'container', 'properties', 'experiment', 'sample', 'children', 'containers', 'container', 'properties', 'experiment', 'sample',
'project', 'space', 'propertyType', 'entityType', 'propertyType', 'propertyAssignment', 'project', 'space', 'propertyType', 'entityType', 'propertyType', 'propertyAssignment',
'externalDms', 'roleAssignments', 'user', 'authorizationGroup', 'vocabulary' 'externalDms', 'roleAssignments', 'user', 'users', 'authorizationGroup', 'vocabulary'
] ]
found = {} found = {}
def build_cache(graph): def build_cache(graph):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment