object_status
Operations on a object_status
resource.
Overview
Name | object_status |
Type | Resource |
Id | databricks_workspace.workspace.object_status |
Fields
Name | Datatype |
---|---|
language | string |
object_id | integer |
object_type | string |
path | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getstatus | SELECT | path, deployment_name | Gets the status of an object or a directory. If |
SELECT
examples
SELECT
language,
object_id,
object_type,
path
FROM databricks_workspace.workspace.object_status
WHERE path = '{{ path }}' AND
deployment_name = '{{ deployment_name }}';