Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DatabricksNotebookActivity

Package version

DatabricksNotebook activity.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional baseParameters

baseParameters: undefined | {}

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.

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

Optional libraries

libraries: {}[]

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

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

name

name: string

Activity name.

notebookPath

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).

Optional policy

Activity policy.

type

type: "DatabricksNotebook"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc