objects
Operations on a objects
resource.
Overview
Name | objects |
Type | Resource |
Id | databricks_workspace.workspace.objects |
SELECT
not supported for this resource, see the methods section for supported operations.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
delete | DELETE | deployment_name | Deletes an object or a directory (and optionally recursively deletes all objects in the directory). |
export | EXEC | path, deployment_name | Exports an object or the contents of an entire directory. |
import | EXEC | deployment_name | Imports 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 }}';