Skip to contents

Creates the given directory and necessary parent directories if they do not exist. If a file (not a directory) exists at any prefix of the input path, this call throws an exception with RESOURCE_ALREADY_EXISTS. Note: If this operation fails, it might have succeeded in creating some of the necessary parent directories.

Usage

mkdirs_dbfs(client, path)

dbfsMkdirs(client, path)

Arguments

client

Required. Instance of DatabricksClient()

path

Required. The path of the new directory.