Skip to contents

Gets an array of catalogs in the metastore. If the caller is the metastore admin, all catalogs will be retrieved. Otherwise, only catalogs owned by the caller (or for which the caller has the USE_CATALOG privilege) will be retrieved. There is no guarantee of a specific ordering of the elements in the array.

Usage

list_catalogs(client, include_browse = NULL)

catalogsList(client, include_browse = NULL)

Arguments

client

Required. Instance of DatabricksClient()

include_browse

Whether to include catalogs in the response for which the principal can only access selective metadata for.

Value

data.frame with all of the response pages.