AtlasEntity Data Type

An instance of an entity - like hive_table, hive_database.

Properties
name data type description
classifications array of AtlasClassification
createTime number
createdBy string
guid string
homeId string
meanings array of AtlasTermAssignmentHeader
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

{
  "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" : "...",
  "guid" : "...",
  "homeId" : "...",
  "meanings" : [ {
    "confidence" : 12345,
    "createdBy" : "...",
    "description" : "...",
    "displayText" : "...",
    "expression" : "...",
    "relationGuid" : "...",
    "source" : "...",
    "status" : "DISCOVERED",
    "steward" : "...",
    "termGuid" : "..."
  }, {
    "confidence" : 12345,
    "createdBy" : "...",
    "description" : "...",
    "displayText" : "...",
    "expression" : "...",
    "relationGuid" : "...",
    "source" : "...",
    "status" : "VALIDATED",
    "steward" : "...",
    "termGuid" : "..."
  } ],
  "proxy" : true,
  "relationshipAttributes" : {
    "property1" : { },
    "property2" : { }
  },
  "status" : "ACTIVE",
  "updateTime" : 12345,
  "updatedBy" : "...",
  "version" : 12345,
  "attributes" : {
    "property1" : { },
    "property2" : { }
  },
  "typeName" : "..."
}