Skip to contents

Gets if a table exists in the metastore for a specific catalog and schema. The caller must satisfy one of the following requirements: * Be a metastore admin * Be the owner of the parent catalog * Be the owner of the parent schema and have the USE_CATALOG privilege on the parent catalog * Have the USE_CATALOG privilege on the parent catalog and the USE_SCHEMA privilege on the parent schema, and either be the table owner or have the SELECT privilege on the table. * Have BROWSE privilege on the parent catalog

  • Have BROWSE privilege on the parent schema.

Usage

exists_table(client, full_name)

tablesExists(client, full_name)

Arguments

client

Required. Instance of DatabricksClient()

full_name

Required. Full name of the table.