pyapacheatlas.core.entity.AtlasProcess.addBusinessAttribute#
- AtlasProcess.addBusinessAttribute(**kwargs)#
Add one or many businessAttributes to the entity. This will also update an existing business attribute. You can pass in a parameter name and a dict.
For example: ```python entity.addBusinessAttribute(
operations={“expenseCode”:”123”, “criticality”:”low”}
- Kwargs:
- param kwarg
The name(s) of the business attribute(s) you’re adding.
- type kwarg
dict