Databricks SDK for JavaScript
    Preparing search index...

    Configuration for offline store destination.

    interface OfflineStoreConfig {
        catalogName?: string;
        schemaName?: string;
        tableNamePrefix?: string;
    }
    Index

    Properties

    catalogName?: string

    The Unity Catalog catalog name.

    schemaName?: string

    The Unity Catalog schema name.

    tableNamePrefix?: string

    Prefix for Unity Catalog table name. The materialized feature will be stored in a table with this prefix and a generated postfix.