Apache Atlas · Example Payload

Atlas Atlas Lineage Info Example

ApacheBig DataComplianceData GovernanceData LineageHadoopMetadataOpen Source

Atlas Atlas Lineage Info Example is an example object payload from Apache Atlas, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

baseEntityGuidlineageDirectionlineageDepthguidEntityMaprelations

Example Payload

Raw ↑
{
  "baseEntityGuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "lineageDirection": "INPUT",
  "lineageDepth": 3,
  "guidEntityMap": {
    "key": "value"
  },
  "relations": [
    {
      "key": "value"
    }
  ]
}