Databricks SDK for JavaScript
    Preparing search index...

    Interface UpdateDatabaseCatalogRequest

    interface UpdateDatabaseCatalogRequest {
        databaseCatalog?: DatabaseCatalog;
        updateMask?: FieldMask<DatabaseCatalog>;
    }
    Index

    Properties

    databaseCatalog?: DatabaseCatalog

    Note that updating a database catalog is not yet supported.

    The list of fields to update. Setting this field is not yet supported.