CreateJob ​Create​Job

yaml
type: "io.kestra.plugin.databricks.job.createjob"
yaml
id: databricks_job_create
namespace: company.team

tasks:
  - id: create_job
    type: io.kestra.plugin.databricks.job.CreateJob
    authentication:
      token: "{{ secret('DATABRICKS_TOKEN') }}"
    host: "{{ secret('DATABRICKS_HOST') }}"
    jobTasks:
      - existingClusterId: <your-cluster>
        taskKey: taskKey
        sparkPythonTask:
          pythonFile: /Shared/hello.py
          sparkPythonTaskSource: WORKSPACE
    waitForCompletion: PT5M
Properties
Min items 1
Format duration
Format uri
Format uri
SubType string
SubType string
Possible Values
GITWORKSPACE
SubType string
SubType string
Possible Values
GITWORKSPACE
SubType string
SubType string