Atlas Entity Models#
AtlasEntity#
|
A python representation of the AtlasEntity from Apache Atlas. |
|
Add one or many businessAttributes to the entity. |
Add one or many classifications to the entity. |
|
|
Add one or many customAttributes to the entity. |
|
Add one or many relationshipAttributes to the entity. |
|
|
|
Update the calling object with the attributes and classifications of the passed in AtlasEntity. |
|
Convert this atlas entity to a dict / json. |
AtlasProcess#
|
A subclass of AtlasEntity that forces you to include the inputs and outputs of the process. |
|
Add one or many businessAttributes to the entity. |
Add one or many classifications to the entity. |
|
|
Add one or many customAttributes to the entity. |
|
Add one or many entities to the inputs. |
|
Add one or many entities to the outputs. |
|
Add one or many relationshipAttributes to the entity. |
|
|
|
Combine the inputs and outputs of a process. |
|
Convert this atlas entity to a dict / json. |
AtlasClassification#
|
A python implementation of the AtlasClassification from Apache Atlas. |
Convert this atlas entity to a dict / json. |