db_repo_get_all {brickster} | R Documentation |
Get All Repos
Description
Get All Repos
Usage
db_repo_get_all(
path_prefix,
next_page_token = NULL,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
Arguments
path_prefix |
Filters repos that have paths starting with the given path prefix. |
next_page_token |
Token used to get the next page of results. If not specified, returns the first page of results as well as a next page token if there are more results. |
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
perform_request |
If |
Details
Returns repos that the calling user has Manage permissions on. Results are paginated with each page containing twenty repos.
See Also
Other Repos API:
db_repo_create()
,
db_repo_delete()
,
db_repo_get()
,
db_repo_update()
[Package brickster version 0.2.8.1 Index]