Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DatabricksSparkPythonActivity

Package version

DatabricksSparkPython activity.

Hierarchy

Indexable

[property: string]: any

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

Index

Properties

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.

Optional parameters

parameters: any[]

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

Optional policy

Activity policy.

pythonFile

pythonFile: any

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

type

type: "DatabricksSparkPython"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc