Alation · JSON Structure

Alation Alation Lineage Dataflow Structure

A dataflow object representing a lineage path

Type: object Properties: 8
Data CatalogData GovernanceData IntelligenceData LineageData QualityBusiness GlossaryMetadata ManagementAI

Alation Alation Lineage Dataflow Structure is a JSON Structure definition published by Alation, describing 8 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id external_id title description sources targets created_at updated_at

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/alation/refs/heads/main/json-structure/alation-alation-lineage-dataflow-structure.json",
  "title": "Dataflow",
  "description": "A dataflow object representing a lineage path",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": ""
    },
    "external_id": {
      "type": "string",
      "description": ""
    },
    "title": {
      "type": "string",
      "description": ""
    },
    "description": {
      "type": "string",
      "description": ""
    },
    "sources": {
      "type": "array",
      "description": ""
    },
    "targets": {
      "type": "array",
      "description": ""
    },
    "created_at": {
      "type": "datetime",
      "description": ""
    },
    "updated_at": {
      "type": "datetime",
      "description": ""
    }
  }
}