Polyglot SQL API Documentation - v0.8.1
    Preparing search index...

    Interface LineageResult

    Result from lineage analysis

    interface LineageResult {
        columnResolution?: ColumnResolutionInfo;
        error?: string;
        lineage?: LineageNode;
        success: boolean;
    }
    Index

    Properties

    columnResolution?: ColumnResolutionInfo
    error?: string
    lineage?: LineageNode
    success: boolean