pyapacheatlas.core.entity.AtlasEntity.addCustomAttribute#
- AtlasEntity.addCustomAttribute(**kwargs)#
Add one or many customAttributes to the entity. This will also update an existing attribute. You can pass in a parameter name and a string.
- Kwargs:
- param kwarg
The name(s) of the custom attribute(s) you’re adding.
- type kwarg
dict(str, str)