Databricks SDK for JavaScript
    Preparing search index...

    Variable PipelineState_PipelineStateConst

    PipelineState_PipelineState: {
        DELETED: "DELETED";
        DEPLOYING: "DEPLOYING";
        FAILED: "FAILED";
        IDLE: "IDLE";
        RECOVERING: "RECOVERING";
        RESETTING: "RESETTING";
        RUNNING: "RUNNING";
        STARTING: "STARTING";
        STOPPING: "STOPPING";
    } = ...

    The pipeline state.

    Type Declaration

    • ReadonlyDELETED: "DELETED"

      All clusters, jobs, and other resources associated with the pipeline have been cleaned up

    • ReadonlyDEPLOYING: "DEPLOYING"

      Pipeline is being deployed and waiting for clusters, jobs, or other resources

    • ReadonlyFAILED: "FAILED"

      Pipeline has run into an error that could not be recovered from

    • ReadonlyIDLE: "IDLE"

      Pipeline is stopped and is not processing data. Can be resumed by calling run

    • ReadonlyRECOVERING: "RECOVERING"

      Pipeline has run into an error, but the daemon is attempting to fix it

    • ReadonlyRESETTING: "RESETTING"

      Pipeline is currently being reset

    • ReadonlyRUNNING: "RUNNING"

      Pipeline is currently executing

    • ReadonlySTARTING: "STARTING"

      Pipeline is deployed but waiting for streams to start and make progress

    • ReadonlySTOPPING: "STOPPING"

      Pipeline is waiting for streams to shut down