Member Junction
    Preparing search index...
    interface TableGroundTruthContext {
        businessDomain?: string;
        columnDescriptions?: Record<string, string>;
        columnNotes?: Record<string, string>;
        tableDescription?: string;
        tableNotes?: string;
    }
    Index

    Properties

    businessDomain?: string
    columnDescriptions?: Record<string, string>
    columnNotes?: Record<string, string>
    tableDescription?: string
    tableNotes?: string