Databricks SDK for JavaScript
    Preparing search index...

    Request to update the Data Classification configuration for a catalog.

    Uses field mask to support partial updates of the configuration. Only the fields specified in the update_mask will be modified.

    interface UpdateCatalogConfigRequest {
        catalogConfig?: CatalogConfig;
        updateMask?: FieldMask<CatalogConfig>;
    }
    Index

    Properties

    catalogConfig?: CatalogConfig

    The configuration to apply to the catalog. The name field in catalog_config identifies which resource to update.

    updateMask?: FieldMask<CatalogConfig>

    Field mask specifying which fields to update.