Skip to contents

Deletes a table from the specified parent catalog and schema. 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

delete_table(client, full_name)

tablesDelete(client, full_name)

Arguments

client

Required. Instance of DatabricksClient()

full_name

Required. Full name of the table.