Databricks SDK for JavaScript
    Preparing search index...

    Variable DbtPlatformRunStatusConst

    DbtPlatformRunStatus: {
        CANCELLED: "CANCELLED";
        DBT_PLATFORM_RUN_STATUS_UNSPECIFIED: "DBT_PLATFORM_RUN_STATUS_UNSPECIFIED";
        ERROR: "ERROR";
        QUEUED: "QUEUED";
        RUNNING: "RUNNING";
        STARTING: "STARTING";
        SUCCESS: "SUCCESS";
    } = ...

    Response enumeration from calling the dbt platform API, for inclusion in output

    Type Declaration

    • ReadonlyCANCELLED: "CANCELLED"
    • ReadonlyDBT_PLATFORM_RUN_STATUS_UNSPECIFIED: "DBT_PLATFORM_RUN_STATUS_UNSPECIFIED"
    • ReadonlyERROR: "ERROR"
    • ReadonlyQUEUED: "QUEUED"
    • ReadonlyRUNNING: "RUNNING"
    • ReadonlySTARTING: "STARTING"
    • ReadonlySUCCESS: "SUCCESS"