Databricks SDK for JavaScript
    Preparing search index...

    Interface SyncedTable_SyncedTableStatus

    interface SyncedTable_SyncedTableStatus {
        detailedState?: SyncedTableState;
        lastProcessedCommitVersion?: bigint;
        lastSync?: SyncedTablePosition;
        lastSyncTime?: Instant;
        message?: string;
        ongoingSyncProgress?: SyncedTablePipelineProgress;
        pipelineId?: string;
        project?: string;
        provisioningPhase?: ProvisioningPhase;
        unityCatalogProvisioningState?: ProvisioningInfo_State;
    }
    Index

    Properties

    detailedState?: SyncedTableState

    The state of the synced table.

    lastProcessedCommitVersion?: bigint

    The last source table Delta version that was successfully synced to the synced table.

    Summary of the last successful synchronization from source to destination.

    lastSyncTime?: Instant

    The end timestamp of the last time any data was synchronized from the source table to the synced table. This is when the data is available in the synced table.

    message?: string

    A text description of the current state of the synced table.

    ongoingSyncProgress?: SyncedTablePipelineProgress
    pipelineId?: string

    ID of the associated pipeline.

    project?: string

    The full resource name of the project associated with the table.

    Format: "projects/{project_id}".

    provisioningPhase?: ProvisioningPhase

    The current phase of the data synchronization pipeline.

    unityCatalogProvisioningState?: ProvisioningInfo_State

    The provisioning state of the synced table entity in Unity Catalog.