pyapacheatlas.core.client.AtlasClient.get_entity_classifications#
- AtlasClient.get_entity_classifications(guid)#
Retrieve all classifications from the given entity’s guid.
- Parameters
guid (str) – The entity’s guid.
- Returns
An AtlasClassifications object that contains keys ‘list’ (which is the list of classifications on the entity), pageSize, sortBy, startIndex, and totalCount.
- Return type
dict(str, object)