Databricks SDK for JavaScript
    Preparing search index...

    Online Table information.

    interface OnlineTable {
        name?: string;
        spec?: OnlineTableSpec;
        status?: OnlineTableStatus;
        tableServingUrl?: string;
        unityCatalogProvisioningState?: ProvisioningInfo_State;
    }
    Index

    Properties

    name?: string

    Full three-part (catalog, schema, table) name of the table.

    Specification of the online table.

    Online Table data synchronization status

    tableServingUrl?: string

    Data serving REST API URL for this table

    unityCatalogProvisioningState?: ProvisioningInfo_State

    The provisioning state of the online table entity in Unity Catalog. This is distinct from the state of the data synchronization pipeline (i.e. the table may be in "ACTIVE" but the pipeline may be in "PROVISIONING" as it runs asynchronously).