An instance of an entity - like hive_table, hive_database.
name | data type | description |
---|---|---|
classificationNames | array of string | |
classifications | array of AtlasClassification | |
displayText | string | |
guid | string | |
isIncomplete | boolean | |
labels | array of string | |
meaningNames | array of string | |
meanings | array of AtlasTermAssignmentHeader | |
status | Status | |
Properties inherited from AtlasStruct |
||
attributes | map of object | |
typeName | string |
Example
{ "classificationNames" : [ "...", "..." ], "classifications" : [ { "entityGuid" : "...", "entityStatus" : "PURGED", "propagate" : true, "removePropagationsOnEntityDelete" : true, "validityPeriods" : [ { "endTime" : "...", "startTime" : "...", "timeZone" : "..." }, { "endTime" : "...", "startTime" : "...", "timeZone" : "..." } ], "attributes" : { "property1" : { }, "property2" : { } }, "typeName" : "..." }, { "entityGuid" : "...", "entityStatus" : "PURGED", "propagate" : true, "removePropagationsOnEntityDelete" : true, "validityPeriods" : [ { "endTime" : "...", "startTime" : "...", "timeZone" : "..." }, { "endTime" : "...", "startTime" : "...", "timeZone" : "..." } ], "attributes" : { "property1" : { }, "property2" : { } }, "typeName" : "..." } ], "displayText" : "...", "guid" : "...", "isIncomplete" : true, "labels" : [ "...", "..." ], "meaningNames" : [ "...", "..." ], "meanings" : [ { "confidence" : 12345, "createdBy" : "...", "description" : "...", "displayText" : "...", "expression" : "...", "qualifiedName" : "...", "relationGuid" : "...", "source" : "...", "status" : "OTHER", "steward" : "...", "termGuid" : "..." }, { "confidence" : 12345, "createdBy" : "...", "description" : "...", "displayText" : "...", "expression" : "...", "qualifiedName" : "...", "relationGuid" : "...", "source" : "...", "status" : "OTHER", "steward" : "...", "termGuid" : "..." } ], "status" : "DELETED", "attributes" : { "property1" : { }, "property2" : { } }, "typeName" : "..." }