cluster_events
Operations on a cluster_events
resource.
Overview
Name | cluster_events |
Type | Resource |
Id | databricks_workspace.compute.cluster_events |
Fields
Name | Datatype |
---|---|
events | array |
next_page | object |
total_count | integer |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
events | SELECT | deployment_name | Retrieves a list of events about the activity of a cluster. This API is paginated. If there are more events to read, the response includes all the nparameters necessary to request the next page of events. |
SELECT
examples
SELECT
events,
next_page,
total_count
FROM databricks_workspace.compute.cluster_events
WHERE deployment_name = '{{ deployment_name }}';