Package version:

Interface DatabricksSparkPythonActivity

DatabricksSparkPython activity.

Hierarchy

Properties

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.

parameters?: any[]

Command line parameters that will be passed to the Python file.

Activity policy.

pythonFile: any

The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).

type: "DatabricksSparkPython"

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

userProperties?: UserProperty[]

Activity user properties.

Generated using TypeDoc