Class AbstractTask

java.lang.Object
io.kestra.core.models.tasks.Task
io.kestra.plugin.databricks.AbstractTask
Direct Known Subclasses:
CreateCluster, CreateJob, DeleteCluster, Download, SubmitRun, Upload

public abstract class AbstractTask extends io.kestra.core.models.tasks.Task
For more info of using the Databricks SDK, see Databricks SQK
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from class io.kestra.core.models.tasks.Task

    io.kestra.core.models.tasks.Task.TaskBuilder<C extends io.kestra.core.models.tasks.Task,B extends io.kestra.core.models.tasks.Task.TaskBuilder<C,B>>
  • Field Summary

    Fields inherited from class io.kestra.core.models.tasks.Task

    disabled, id, retry, timeout, type
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.databricks.sdk.WorkspaceClient
    workspaceClient(io.kestra.core.runners.RunContext runContext)
     

    Methods inherited from class io.kestra.core.models.tasks.Task

    findById, findById, getDescription, getDisabled, getId, getLogLevel, getRetry, getTimeout, getType, getWorkerGroup, isFlowable, isSendToWorkerTask

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AbstractTask

      public AbstractTask()
  • Method Details

    • workspaceClient

      protected com.databricks.sdk.WorkspaceClient workspaceClient(io.kestra.core.runners.RunContext runContext) throws io.kestra.core.exceptions.IllegalVariableEvaluationException
      Throws:
      io.kestra.core.exceptions.IllegalVariableEvaluationException