Databricks SDK for JavaScript
    Preparing search index...

    Interface SyncedTableProvisioningStatus

    Detailed status of a synced table. Shown if the synced table is in the PROVISIONING_PIPELINE_RESOURCES or the PROVISIONING_INITIAL_SNAPSHOT state.

    interface SyncedTableProvisioningStatus {
        initialPipelineSyncProgress?: SyncedTablePipelineProgress;
    }
    Index

    Properties

    initialPipelineSyncProgress?: SyncedTablePipelineProgress

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