Get All Repos
db_repo_get_all(
path_prefix,
next_page_token = NULL,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
Filters repos that have paths starting with the given path prefix.
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.
Databricks workspace URL, defaults to calling db_host()
.
Databricks workspace token, defaults to calling db_token()
.
If TRUE
(default) the request is performed, if
FALSE
the httr2 request is returned without being performed.
Returns repos that the calling user has Manage permissions on. Results are paginated with each page containing twenty repos.
Other Repos API:
db_repo_create()
,
db_repo_delete()
,
db_repo_get()
,
db_repo_update()