Databricks SDK for JavaScript
    Preparing search index...
    UpdateState: {
        CANCELED: "CANCELED";
        COMPLETED: "COMPLETED";
        CREATED: "CREATED";
        FAILED: "FAILED";
        INITIALIZING: "INITIALIZING";
        QUEUED: "QUEUED";
        RESETTING: "RESETTING";
        RUNNING: "RUNNING";
        SETTING_UP_TABLES: "SETTING_UP_TABLES";
        STOPPING: "STOPPING";
        WAITING_FOR_RESOURCES: "WAITING_FOR_RESOURCES";
    } = ...

    The update state.

    Type Declaration

    • ReadonlyCANCELED: "CANCELED"

      Update was canceled while it was running or queued.

    • ReadonlyCOMPLETED: "COMPLETED"

      Update is complete and all necessary resources are cleaned up.

    • ReadonlyCREATED: "CREATED"

      Initial state of an update.

    • ReadonlyFAILED: "FAILED"

      Update has run into an error that could not be recovered from.

    • ReadonlyINITIALIZING: "INITIALIZING"

      Update is creating the dataflow graph.

    • ReadonlyQUEUED: "QUEUED"

      Update is waiting for previous update to finish.

    • ReadonlyRESETTING: "RESETTING"

      Update is resetting datasets and checkpoints to the beginning.

    • ReadonlyRUNNING: "RUNNING"

      Update is currently executing queries.

    • ReadonlySETTING_UP_TABLES: "SETTING_UP_TABLES"

      If necessary, Update is creating tables or updating their schemas.

    • ReadonlySTOPPING: "STOPPING"

      Update is waiting for queries to shut down.

    • ReadonlyWAITING_FOR_RESOURCES: "WAITING_FOR_RESOURCES"

      Update is waiting for clusters, jobs, or other resources.