Skip to contents

Change the owner of the table. The caller must be the owner of the parent catalog, have the USE_CATALOG privilege on the parent catalog and be the owner of the parent schema, or be the owner of the table and have the USE_CATALOG privilege on the parent catalog and the USE_SCHEMA privilege on the parent schema.

Usage

update_table(client, full_name, owner = NULL)

tablesUpdate(client, full_name, owner = NULL)

Arguments

client

Required. Instance of DatabricksClient()

full_name

Required. Full name of the table.

owner

This field has no description yet.