Skip to contents

Deletes the catalog that matches the supplied name. The caller must be a metastore admin or the owner of the catalog.

Usage

delete_catalog(client, name, force = NULL)

catalogsDelete(client, name, force = NULL)

Arguments

client

Required. Instance of DatabricksClient()

name

Required. The name of the catalog.

force

Force deletion even if the catalog is not empty.