Skip to main content

cluster_events

Operations on a cluster_events resource.

Overview

Namecluster_events
TypeResource
Iddatabricks_workspace.compute.cluster_events

Fields

NameDatatype
eventsarray
next_pageobject
total_countinteger

Methods

NameAccessible byRequired ParamsDescription
eventsSELECTdeployment_nameRetrieves 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 }}';