Skip to contents

Gets an array of external locations (ExternalLocationInfo objects) from the metastore. The caller must be a metastore admin, the owner of the external location, or a user that has some privilege on the external location. There is no guarantee of a specific ordering of the elements in the array.

Usage

list_external_locations(
  client,
  include_browse = NULL,
  max_results = NULL,
  page_token = NULL
)

externalLocationsList(
  client,
  include_browse = NULL,
  max_results = NULL,
  page_token = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

include_browse

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

max_results

Maximum number of external locations to return.

page_token

Opaque pagination token to go to next page based on previous query.

Value

data.frame with all of the response pages.