Package version:

Interface DatabricksNotebookActivity

DatabricksNotebook activity.

Hierarchy

Properties

baseParameters?: {
    [propertyName: string]: any;
}

Base parameters to be used for each run of this job.If the notebook takes a parameter that is not specified, the default value from the notebook will be used.

Type declaration

  • [propertyName: string]: any
dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

libraries?: {
    [propertyName: string]: any;
}[]

A list of libraries to be installed on the cluster that will execute the job.

linkedServiceName?: LinkedServiceReference

Linked service reference.

name: string

Activity name.

notebookPath: any

The absolute path of the notebook to be run in the Databricks Workspace. This path must begin with a slash. Type: string (or Expression with resultType string).

Activity policy.

type: "DatabricksNotebook"

Polymorphic discriminator, which specifies the different types this object can be

userProperties?: UserProperty[]

Activity user properties.

Generated using TypeDoc