Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateMetastoreAssignmentRequest

    interface UpdateMetastoreAssignmentRequest {
        defaultCatalogName?: string;
        metastoreId?: string;
        workspaceId?: bigint;
    }
    Index

    Properties

    defaultCatalogName?: string

    The name of the default catalog in the metastore. This field is deprecated. Please use "Default Namespace API" to configure the default catalog for a workspace.

    metastoreId?: string

    The unique ID of the metastore.

    workspaceId?: bigint

    A workspace ID.