Databricks SDK for JavaScript
    Preparing search index...

    Variable ProvisioningPhaseConst

    ProvisioningPhase: {
        PROVISIONING_PHASE_INDEX_SCAN: "PROVISIONING_PHASE_INDEX_SCAN";
        PROVISIONING_PHASE_INDEX_SORT: "PROVISIONING_PHASE_INDEX_SORT";
        PROVISIONING_PHASE_MAIN: "PROVISIONING_PHASE_MAIN";
        PROVISIONING_PHASE_UNSPECIFIED: "PROVISIONING_PHASE_UNSPECIFIED";
    } = ...

    Type Declaration

    • ReadonlyPROVISIONING_PHASE_INDEX_SCAN: "PROVISIONING_PHASE_INDEX_SCAN"

      Index scan phase of the synced table. This is when the synced table is creating indexes on the ingested data.

    • ReadonlyPROVISIONING_PHASE_INDEX_SORT: "PROVISIONING_PHASE_INDEX_SORT"

      Index sort phase of the synced table. This is when the synced table is creating indexes on the ingested data.

    • ReadonlyPROVISIONING_PHASE_MAIN: "PROVISIONING_PHASE_MAIN"

      Ingestion phase of the synced table. This is when the synced table is ingesting data from the delta table.

    • ReadonlyPROVISIONING_PHASE_UNSPECIFIED: "PROVISIONING_PHASE_UNSPECIFIED"

      The default phase. It should not be reported by any synced tables.