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
accountId string
authentication
Definitions
io.kestra.plugin.databricks.AbstractTask-AuthenticationConfig
authTypestring
azureClientIdstring
azureClientSecretstring
azureTenantIdstring
clientIdstring
clientSecretstring
googleCredentialsstring
googleServiceAccountstring
passwordstring
tokenstring
usernamestring
autoTerminationMinutes integerstring
configFile string
host string
maxWorkers integerstring
minWorkers integerstring
nodeTypeId string
numWorkers integerstring
Outputs
clusterId string
clusterState string
Possible Values
ERRORPENDINGRESIZINGRESTARTINGRUNNINGTERMINATEDTERMINATINGUNKNOWNclusterURI string
Format
uri