Databricks SDK for JavaScript
    Preparing search index...

    Interface SyncedTableFailedStatus

    Detailed status of a synced table. Shown if the synced table is in the OFFLINE_FAILED or the SYNCED_PIPELINE_FAILED state.

    interface SyncedTableFailedStatus {
        lastProcessedCommitVersion?: bigint;
        timestamp?: Instant;
    }
    Index

    Properties

    lastProcessedCommitVersion?: bigint

    The last source table Delta version that was successfully synced to the synced table. The last source table Delta version that was synced to the synced table. Only populated if the table is still synced and available for serving.

    timestamp?: Instant

    The end timestamp of the last time any data was synchronized from the source table to the synced table. Only populated if the table is still synced and available for serving.