Apache Atlas · Example Payload

Atlas Atlas Entity Example

ApacheBig DataComplianceData GovernanceData LineageHadoopMetadataOpen Source

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

Top-level fields

typeNameguidstatusattributeslabelsclassifications

Example Payload

Raw ↑
{
  "typeName": "DataSet",
  "guid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "status": "ACTIVE",
  "attributes": {
    "name": "customer_data",
    "qualifiedName": "customer_data@prod"
  },
  "labels": [
    "PII",
    "Finance"
  ],
  "classifications": [
    {
      "key": "value"
    }
  ]
}