Member Junction
    Preparing search index...

    Outcome of a single pipeline invocation.

    interface ConnectorCreationPipelineResult {
        FailureMessage?: string;
        Manifest: IntegrationRunManifest;
        PersistResult?: PersistSchemaResult;
        PKVerdicts: {
            Confidence: number;
            Confident: boolean;
            Nominee?: string;
            ObjectName: string;
            Reason: string;
            Strategy: string;
        }[];
        RunID: string;
        Success: boolean;
        UnresolvedObjects: string[];
    }
    Index

    Properties

    FailureMessage?: string

    Final fail reason if Success=false.

    Manifest used to identify the run on disk (for resumption tools).

    PersistResult?: PersistSchemaResult
    PKVerdicts: {
        Confidence: number;
        Confident: boolean;
        Nominee?: string;
        ObjectName: string;
        Reason: string;
        Strategy: string;
    }[]
    RunID: string
    Success: boolean
    UnresolvedObjects: string[]

    Objects that ended the run with no PK — these won't be entity-generated.