Skip to contents

Returns repos that the calling user has Manage permissions on. Results are paginated with each page containing twenty repos.

Usage

list_repos(client, next_page_token = NULL, path_prefix = NULL)

reposList(client, next_page_token = NULL, path_prefix = NULL)

Arguments

client

Required. Instance of DatabricksClient()

next_page_token

Token used to get the next page of results.

path_prefix

Filters repos that have paths starting with the given path prefix.

Value

data.frame with all of the response pages.