pyapacheatlas.core.glossary.glossaryclient.GlossaryClient.get_termAssignedEntities#
- GlossaryClient.get_termAssignedEntities(termGuid=None, termName=None, glossary_name='Glossary', limit=- 1, offset=0, sort='ASC', glossary_guid=None)#
Page through the assigned entities for the given term.
- Parameters
termGuid (str) – The guid for the term. Ignored if using termName.
termName (str) – The name of the term. Optional if using termGuid.
glossary_name (str) – The name of the glossary. Defaults to Glossary. Ignored if using termGuid.
- Returns
A list of Atlas relationships between the given term and entities.
- Return type
list(dict)