Skip to main content

objects

Operations on a objects resource.

Overview

Nameobjects
TypeResource
Iddatabricks_workspace.workspace.objects

SELECT not supported for this resource, see the methods section for supported operations.

Methods

NameAccessible byRequired ParamsDescription
deleteDELETEdeployment_nameDeletes an object or a directory (and optionally recursively deletes all objects in the directory).
exportEXECpath, deployment_nameExports an object or the contents of an entire directory.
importEXECdeployment_nameImports a workspace object (for example, a notebook or file) or the contents of an entire directory. If

DELETE example

Deletes a objects resource.

/*+ delete */
DELETE FROM databricks_workspace.workspace.objects
WHERE deployment_name = '{{ deployment_name }}';