Databricks SDK for JavaScript
    Preparing search index...
    interface PublishTableResponse {
        onlineTableName?: string;
        pipelineId?: string;
    }
    Index

    Properties

    onlineTableName?: string

    The full three-part (catalog, schema, table) name of the online table.

    pipelineId?: string

    The ID of the pipeline that syncs the online table with the source table.