Skip to contents

Transfers ownership of a dashboard, query, or alert to an active user. Requires an admin API key.

Usage

transfer_dbsql_permission_ownership(
  client,
  object_type,
  object_id,
  new_owner = NULL
)

dbsqlPermissionsTransferOwnership(
  client,
  object_type,
  object_id,
  new_owner = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

object_type

Required. The type of object on which to change ownership.

object_id

Required. The ID of the object on which to change ownership.

new_owner

Email address for the new owner, who must exist in the workspace.