prorm API Reference
    Preparing search index...

    Interface LineageChain

    Full lineage chain for a record

    interface LineageChain {
        recordId: string | number;
        tableName: string;
        provenance: LineageRecord;
        transformations: TransformationRecord[];
        chain: LineageRecord[];
    }
    Index
    recordId: string | number

    The record ID

    tableName: string

    The table name

    provenance: LineageRecord

    Origin/provenance information

    transformations: TransformationRecord[]

    All transformations applied

    chain: LineageRecord[]

    Full chain including parent lineages