Databricks SDK for JavaScript
    Preparing search index...

    Detailed status of an online table. Shown if the online table is in the OFFLINE_FAILED or the ONLINE_PIPELINE_FAILED state.

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

    Properties

    lastProcessedCommitVersion?: bigint

    The last source table Delta version that was synced to the online table. Note that this Delta version may only be partially synced to the online table. Only populated if the table is still online and available for serving.

    timestamp?: Instant

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