Databricks SDK for JavaScript
    Preparing search index...
    interface EnableSystemSchemaRequest {
        catalogName?: string;
        metastoreId?: string;
        schema?: string;
    }
    Index

    Properties

    catalogName?: string

    the catalog for which the system schema is to enabled in

    metastoreId?: string

    The metastore ID under which the system schema lives.

    schema?: string

    Full name of the system schema.