Skip to contents

Lists 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.

Usage

list_notebooks(client, path, notebooks_modified_after = NULL)

workspaceList(client, path, notebooks_modified_after = NULL)

Arguments

client

Required. Instance of DatabricksClient()

path

Required. The absolute path of the notebook or directory.

notebooks_modified_after

UTC timestamp in milliseconds.

Value

data.frame with all of the response pages.