Skip to contents

Updates workspace bindings of the catalog. The caller must be a metastore admin or an owner of the catalog.

Usage

update_workspace_binding(
  client,
  name,
  assign_workspaces = NULL,
  unassign_workspaces = NULL
)

workspaceBindingsUpdate(
  client,
  name,
  assign_workspaces = NULL,
  unassign_workspaces = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

name

Required. The name of the catalog.

assign_workspaces

A list of workspace IDs.

unassign_workspaces

A list of workspace IDs.