Member Junction
    Preparing search index...

    Result returned by DatabaseDesignerPipelineExecutor.

    interface PipelineExecutionResult {
        EntityID?: string;
        EntityName?: string;
        ErrorMessage?: string;
        PipelineSteps?: PipelineStepSummary[];
        SchemaName?: string;
        Success: boolean;
        TableName?: string;
        Warnings?: string[];
    }
    Index

    Properties

    EntityID?: string
    EntityName?: string
    ErrorMessage?: string
    PipelineSteps?: PipelineStepSummary[]
    SchemaName?: string
    Success: boolean
    TableName?: string
    Warnings?: string[]

    Non-fatal advisories — e.g. metadata refresh failure after a successful pipeline run.