Skip to contents

Updates the catalog that matches the supplied name. The caller must be either the owner of the catalog, or a metastore admin (when changing the owner field of the catalog).

Usage

update_catalog(
  client,
  name,
  comment = NULL,
  enable_predictive_optimization = NULL,
  isolation_mode = NULL,
  new_name = NULL,
  owner = NULL,
  properties = NULL
)

catalogsUpdate(
  client,
  name,
  comment = NULL,
  enable_predictive_optimization = NULL,
  isolation_mode = NULL,
  new_name = NULL,
  owner = NULL,
  properties = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

name

Required. The name of the catalog.

comment

User-provided free-form text description.

enable_predictive_optimization

Whether predictive optimization should be enabled for this object and objects under it.

isolation_mode

Whether the current securable is accessible from all workspaces or a specific set of workspaces.

new_name

New name for the catalog.

owner

Username of current owner of catalog.

properties

A map of key-value properties attached to the securable.