Databricks SDK for JavaScript
    Preparing search index...
    interface PublishSpec {
        fullFeatureName?: string;
        onlineStore?: string;
        onlineTableName?: string;
        publishMode?: PublishSpec_PublishMode;
    }
    Index

    Properties

    fullFeatureName?: string

    Full Unity Catalog name of one of the features materialized in the source table, used to derive the synced online table's entity and timeseries columns. Required for view sources without a UC PrimaryKeyConstraint; ignored when the source already has one.

    onlineStore?: string

    The name of the target online store.

    onlineTableName?: string

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

    The publish mode of the pipeline that syncs the online table with the source table.