Get and Start Cluster
get_and_start_cluster(
cluster_id,
polling_interval = 5,
host = db_host(),
token = db_token(),
silent = FALSE
)
db_cluster_get()
Canonical identifier for the cluster.
Number of seconds to wait between status checks
Databricks workspace URL, defaults to calling db_host()
.
Databricks workspace token, defaults to calling db_token()
.
Boolean (default: FALSE
), will emit cluster state progress
if TRUE
.
Get information regarding a Databricks cluster. If the cluster is inactive it will be started and wait until the cluster is active.
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()