Skip to contents

Get and Start Cluster

Usage

get_and_start_cluster(
  cluster_id,
  polling_interval = 5,
  host = db_host(),
  token = db_token()
)

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().

Details

Get information regarding a Databricks cluster. If the cluster is inactive it will be started and wait until the cluster is active.