pyapacheatlas.core.client.PurviewClient.get_entity_header#
- PurviewClient.get_entity_header(guid=None)#
Retrieve one or many entity headers from your Atlas backed Data Catalog.
- Parameters
guid (Union(str, list(str))) – The guid or guids you want to retrieve.
- Returns
An AtlasEntityHeader dict which includes the keys: guid, attributes (which is a dict that contains qualifiedName and name keys), an array of classifications, and an array of glossary term headers.
- Return type
dict