pyapacheatlas.core.client.AtlasClient.partial_update_entity#
- AtlasClient.partial_update_entity(guid=None, typeName=None, qualifiedName=None, attributes={})#
- Partially update an entity without having to construct the entire object and its subsequent required attributes. Using guid, you can update a single attribute. Using typeName and qualifiedName, you can update multiple attributes. - Parameters
- guid (str) – The guid for the entity you want to update. Not used if using typeName and qualifiedName. 
- qualifiedName (str) – The qualified name of the entity you want to update. Must provide typeName if using qualifiedName. Ignored if using guid parameter. 
- typeName (str) – The type name of the entity you want to update. Must provide qualifiedName if using typeName. Ignored if using guid parameter. 
 
- Returns
- The results of your entity update. 
- Return type
- dict