Databricks SDK for JavaScript
    Preparing search index...
    interface PublishTableRequest {
        publishSpec?: PublishSpec;
        sourceTableName?: string;
    }
    Index

    Properties

    publishSpec?: PublishSpec

    The specification for publishing the online table from the source table.

    sourceTableName?: string

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