
CreateCluster
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: "{{ secret('DATABRICKS_TOKEN') }}"
host: <your-host>
clusterName: kestra-demo
nodeTypeId: n2-highmem-4
numWorkers: 1
sparkVersion: 13.0.x-scala2.12
Properties
clusterName*Requiredstring
sparkVersion*Requiredstring
accountIdstring
authentication
Definitions
io.kestra.plugin.databricks.AbstractTask-AuthenticationConfig
authTypestring
azureClientIdstring
azureClientSecretstring
azureTenantIdstring
clientIdstring
clientSecretstring
googleCredentialsstring
googleServiceAccountstring
passwordstring
tokenstring
usernamestring
autoTerminationMinutesintegerstring
configFilestring
hoststring
maxWorkersintegerstring
minWorkersintegerstring
nodeTypeIdstring
numWorkersintegerstring
Outputs
clusterIdstring
clusterStatestring
Possible Values
ERRORPENDINGRESIZINGRESTARTINGRUNNINGTERMINATEDTERMINATINGUNKNOWNclusterURIstring
Format
uri