Get and Start Cluster
Arguments
- cluster_id
Canonical identifier for the cluster.
- polling_interval
Number of seconds to wait between status checks
- host
Databricks workspace URL, defaults to calling
db_host()
.- token
Databricks workspace token, defaults to calling
db_token()
.- silent
Boolean (default:
FALSE
), will emit cluster state progress ifTRUE
.
Details
Get information regarding a Databricks cluster. If the cluster is inactive it will be started and wait until the cluster is active.
See also
db_cluster_get()
and db_cluster_start()
.
Other Clusters API:
db_cluster_create()
,
db_cluster_edit()
,
db_cluster_events()
,
db_cluster_get()
,
db_cluster_list()
,
db_cluster_list_node_types()
,
db_cluster_list_zones()
,
db_cluster_perm_delete()
,
db_cluster_pin()
,
db_cluster_resize()
,
db_cluster_restart()
,
db_cluster_runtime_versions()
,
db_cluster_start()
,
db_cluster_terminate()
,
db_cluster_unpin()
,
get_latest_dbr()
Other Cluster Helpers:
get_latest_dbr()