db_workspace_list {brickster} | R Documentation |
List Directory Contents (Workspaces)
Description
List Directory Contents (Workspaces)
Usage
db_workspace_list(
path,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
Arguments
path |
Absolute path of the notebook or directory. |
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
perform_request |
If |
Details
List the contents of a directory, or the object if it is not a directory.
If the input path does not exist, this call returns an error
RESOURCE_DOES_NOT_EXIST.
See Also
Other Workspace API:
db_workspace_delete()
,
db_workspace_export()
,
db_workspace_get_status()
,
db_workspace_import()
,
db_workspace_mkdirs()
[Package brickster version 0.2.8.1 Index]