db_repo_get_all | R Documentation |
Get All Repos
db_repo_get_all(
path_prefix,
next_page_token = NULL,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
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 |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.