AtlasEntity Data Type

An instance of an entity - like hive_table, hive_database.

Properties
name data type description
businessAttributes map of object
classifications array of AtlasClassification
createTime number
createdBy string
customAttributes map of string
guid string
homeId string
isIncomplete boolean
labels array of string
meanings array of AtlasTermAssignmentHeader
pendingTasks array of string
provenanceType number
proxy boolean
relationshipAttributes map of object
status Status
updateTime number
updatedBy string
version number
Properties inherited from AtlasStruct
attributes map of object
typeName string

Example

{
  "businessAttributes" : {
    "property1" : { },
    "property2" : { }
  },
  "classifications" : [ {
    "entityGuid" : "...",
    "entityStatus" : "ACTIVE",
    "propagate" : true,
    "removePropagationsOnEntityDelete" : true,
    "validityPeriods" : [ {
      "endTime" : "...",
      "startTime" : "...",
      "timeZone" : "..."
    }, {
      "endTime" : "...",
      "startTime" : "...",
      "timeZone" : "..."
    } ],
    "attributes" : {
      "property1" : { },
      "property2" : { }
    },
    "typeName" : "..."
  }, {
    "entityGuid" : "...",
    "entityStatus" : "ACTIVE",
    "propagate" : true,
    "removePropagationsOnEntityDelete" : true,
    "validityPeriods" : [ {
      "endTime" : "...",
      "startTime" : "...",
      "timeZone" : "..."
    }, {
      "endTime" : "...",
      "startTime" : "...",
      "timeZone" : "..."
    } ],
    "attributes" : {
      "property1" : { },
      "property2" : { }
    },
    "typeName" : "..."
  } ],
  "createTime" : 12345,
  "createdBy" : "...",
  "customAttributes" : {
    "property1" : "...",
    "property2" : "..."
  },
  "guid" : "...",
  "homeId" : "...",
  "isIncomplete" : true,
  "labels" : [ "...", "..." ],
  "meanings" : [ {
    "confidence" : 12345,
    "createdBy" : "...",
    "description" : "...",
    "displayText" : "...",
    "expression" : "...",
    "qualifiedName" : "...",
    "relationGuid" : "...",
    "source" : "...",
    "status" : "VALIDATED",
    "steward" : "...",
    "termGuid" : "..."
  }, {
    "confidence" : 12345,
    "createdBy" : "...",
    "description" : "...",
    "displayText" : "...",
    "expression" : "...",
    "qualifiedName" : "...",
    "relationGuid" : "...",
    "source" : "...",
    "status" : "OBSOLETE",
    "steward" : "...",
    "termGuid" : "..."
  } ],
  "pendingTasks" : [ "...", "..." ],
  "provenanceType" : 12345,
  "proxy" : true,
  "relationshipAttributes" : {
    "property1" : { },
    "property2" : { }
  },
  "status" : "ACTIVE",
  "updateTime" : 12345,
  "updatedBy" : "...",
  "version" : 12345,
  "attributes" : {
    "property1" : { },
    "property2" : { }
  },
  "typeName" : "..."
}