Databricks SDK for JavaScript
    Preparing search index...
    interface PipelineStateInfo {
        clusterId?: string;
        creatorUserName?: string;
        health?: PipelineHealthStatus;
        latestUpdates?: UpdateStateInfo[];
        name?: string;
        pipelineId?: string;
        runAsUserName?: string;
        state?: PipelineState_PipelineState;
    }
    Index

    Properties

    clusterId?: string

    The unique identifier of the cluster running the pipeline.

    creatorUserName?: string

    The username of the pipeline creator.

    The health of a pipeline.

    latestUpdates?: UpdateStateInfo[]

    Status of the latest updates for the pipeline. Ordered with the newest update first.

    name?: string

    The user-friendly name of the pipeline.

    pipelineId?: string

    The unique identifier of the pipeline.

    runAsUserName?: string

    The username that the pipeline runs as. This is a read only value derived from the pipeline owner.