Databricks SDK for JavaScript
    Preparing search index...

    Detailed status of an online table. Shown if the online table is in the PROVISIONING_PIPELINE_RESOURCES or the PROVISIONING_INITIAL_SNAPSHOT state.

    interface ProvisioningStatus {
        initialPipelineSyncProgress?: PipelineProgress;
    }
    Index

    Properties

    initialPipelineSyncProgress?: PipelineProgress

    Details about initial data synchronization. Only populated when in the PROVISIONING_INITIAL_SNAPSHOT state.