Skip to contents

Creates the specified directory (and necessary parent directories if they do not exist). If there is an object (not a directory) at any prefix of the input path, this call returns an error RESOURCE_ALREADY_EXISTS.

Usage

mkdirs_notebook(client, path)

workspaceMkdirs(client, path)

Arguments

client

Required. Instance of DatabricksClient()

path

Required. The absolute path of the directory.

Details

Note that if this operation fails it may have succeeded in creating some of the necessary parent directories.