Databricks SDK for JavaScript
    Preparing search index...

    Variable SyncedTableStateConst

    SyncedTableState: {
        SYNCED_TABLE_OFFLINE_FAILED: "SYNCED_TABLE_OFFLINE_FAILED";
        SYNCED_TABLE_ONLINE: "SYNCED_TABLE_ONLINE";
        SYNCED_TABLE_ONLINE_CONTINUOUS_UPDATE: "SYNCED_TABLE_ONLINE_CONTINUOUS_UPDATE";
        SYNCED_TABLE_ONLINE_NO_PENDING_UPDATE: "SYNCED_TABLE_ONLINE_NO_PENDING_UPDATE";
        SYNCED_TABLE_ONLINE_PIPELINE_FAILED: "SYNCED_TABLE_ONLINE_PIPELINE_FAILED";
        SYNCED_TABLE_ONLINE_TRIGGERED_UPDATE: "SYNCED_TABLE_ONLINE_TRIGGERED_UPDATE";
        SYNCED_TABLE_ONLINE_UPDATING_PIPELINE_RESOURCES: "SYNCED_TABLE_ONLINE_UPDATING_PIPELINE_RESOURCES";
        SYNCED_TABLE_PROVISIONING: "SYNCED_TABLE_PROVISIONING";
        SYNCED_TABLE_PROVISIONING_INITIAL_SNAPSHOT: "SYNCED_TABLE_PROVISIONING_INITIAL_SNAPSHOT";
        SYNCED_TABLE_PROVISIONING_PIPELINE_RESOURCES: "SYNCED_TABLE_PROVISIONING_PIPELINE_RESOURCES";
        SYNCED_TABLE_STATE_UNSPECIFIED: "SYNCED_TABLE_STATE_UNSPECIFIED";
        SYNCED_TABLED_OFFLINE: "SYNCED_TABLED_OFFLINE";
    } = ...

    The state of a synced table.

    Type Declaration

    • ReadonlySYNCED_TABLE_OFFLINE_FAILED: "SYNCED_TABLE_OFFLINE_FAILED"

      The synced table is not available for serving because the data synchronization pipeline has failed. Please review the pipeline event logs to troubleshoot.

    • ReadonlySYNCED_TABLE_ONLINE: "SYNCED_TABLE_ONLINE"

      The synced table is ready to serve data.

    • ReadonlySYNCED_TABLE_ONLINE_CONTINUOUS_UPDATE: "SYNCED_TABLE_ONLINE_CONTINUOUS_UPDATE"

      The synced table is ready to serve data and is continuously updating. Only shown for synced tables using the "Continuous" sync mode.

    • ReadonlySYNCED_TABLE_ONLINE_NO_PENDING_UPDATE: "SYNCED_TABLE_ONLINE_NO_PENDING_UPDATE"

      The synced table is ready to serve data and there are no active updates. Only shown for synced tables using the "Triggered" sync mode.

    • ReadonlySYNCED_TABLE_ONLINE_PIPELINE_FAILED: "SYNCED_TABLE_ONLINE_PIPELINE_FAILED"

      The data synchronization pipeline has encountered an error but the synced table is still available for serving (potentially stale) data. Please review the pipeline event logs to troubleshoot.

    • ReadonlySYNCED_TABLE_ONLINE_TRIGGERED_UPDATE: "SYNCED_TABLE_ONLINE_TRIGGERED_UPDATE"

      The synced table is ready to serve data and an active update is in progress. Only shown for synced tables using the "Triggered" sync mode.

    • ReadonlySYNCED_TABLE_ONLINE_UPDATING_PIPELINE_RESOURCES: "SYNCED_TABLE_ONLINE_UPDATING_PIPELINE_RESOURCES"

      The synced table is available for serving, and is provisioning resources for a newly started data synchronization pipeline.

    • ReadonlySYNCED_TABLE_PROVISIONING: "SYNCED_TABLE_PROVISIONING"

      The synced table has just been created and resources are being provisioned. This is also the catch-all state if there is not a more suitable state to report for the synced table.

    • ReadonlySYNCED_TABLE_PROVISIONING_INITIAL_SNAPSHOT: "SYNCED_TABLE_PROVISIONING_INITIAL_SNAPSHOT"

      The synced table is executing the initial data synchronization.

    • ReadonlySYNCED_TABLE_PROVISIONING_PIPELINE_RESOURCES: "SYNCED_TABLE_PROVISIONING_PIPELINE_RESOURCES"

      The synced table is provisioning resources for the data synchronization pipeline.

    • ReadonlySYNCED_TABLE_STATE_UNSPECIFIED: "SYNCED_TABLE_STATE_UNSPECIFIED"

      The default state. It should not be reported by any synced tables.

    • ReadonlySYNCED_TABLED_OFFLINE: "SYNCED_TABLED_OFFLINE"

      The synced table has encountered an internal error and is not available for serving.