Databricks SDK for JavaScript
    Preparing search index...

    Detailed status of an online table. Shown if the online table is in the ONLINE_TRIGGERED_UPDATE or the ONLINE_NO_PENDING_UPDATE state.

    interface TriggeredUpdateStatus {
        lastProcessedCommitVersion?: bigint;
        timestamp?: Instant;
        triggeredUpdateProgress?: PipelineProgress;
    }
    Index

    Properties

    lastProcessedCommitVersion?: bigint

    The last source table Delta version that was synced to the online table. Note that this Delta version may not be completely synced to the online table yet.

    timestamp?: Instant

    The timestamp of the last time any data was synchronized from the source table to the online table.

    triggeredUpdateProgress?: PipelineProgress

    Progress of the active data synchronization pipeline.