CreateCluster
yaml
type: "io.kestra.plugin.databricks.cluster.createcluster"
Examples
yaml
id: databricks_create_cluster
namespace: company.team
tasks:
- id: create_cluster
type: io.kestra.plugin.databricks.cluster.CreateCluster
authentication:
token: <your-token>
host: <your-host>
clusterName: kestra-demo
nodeTypeId: n2-highmem-4
numWorkers: 1
sparkVersion: 13.0.x-scala2.12
Properties
clusterName *Requiredstring
sparkVersion *Requiredstring
accountId string
authentication AbstractTask-AuthenticationConfig
autoTerminationMinutes integerstring
configFile string
host string
maxWorkers integerstring
minWorkers integerstring
nodeTypeId string
numWorkers integerstring
Outputs
clusterId string
clusterState string
Possible Values
ERROR
PENDING
RESIZING
RESTARTING
RUNNING
TERMINATED
TERMINATING
UNKNOWN
clusterURI string
Format
uri