DatabricksJobActivity interface

Databricks Job activity.

Extends

Properties

jobId

The Id of the Databricks Job to be executed. Type: string (or Expression with resultType string).

jobParameters

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

type

Type of activity.

Inherited Properties

additionalProperties

Additional properties

dependsOn

Activity depends on condition.

description

Activity description.

linkedServiceName

Linked service reference.

name

Activity name.

onInactiveMarkAs

Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.

policy

Activity policy.

state

Activity state. This is an optional property and if not provided, the state will be Active by default.

userProperties

Activity user properties.

Property Details

jobId

The Id of the Databricks Job to be executed. Type: string (or Expression with resultType string).

jobId: any

Property Value

any

jobParameters

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

jobParameters?: Record<string, any>

Property Value

Record<string, any>

type

Type of activity.

type: "DatabricksJob"

Property Value

"DatabricksJob"

Inherited Property Details

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

Inherited From ExecutionActivity.additionalProperties

dependsOn

Activity depends on condition.

dependsOn?: ActivityDependency[]

Property Value

Inherited From ExecutionActivity.dependsOn

description

Activity description.

description?: string

Property Value

string

Inherited From ExecutionActivity.description

linkedServiceName

Linked service reference.

linkedServiceName?: LinkedServiceReference

Property Value

Inherited From ExecutionActivity.linkedServiceName

name

Activity name.

name: string

Property Value

string

Inherited From ExecutionActivity.name

onInactiveMarkAs

Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.

onInactiveMarkAs?: string

Property Value

string

Inherited From ExecutionActivity.onInactiveMarkAs

policy

Activity policy.

policy?: ActivityPolicy

Property Value

Inherited From ExecutionActivity.policy

state

Activity state. This is an optional property and if not provided, the state will be Active by default.

state?: string

Property Value

string

Inherited From ExecutionActivity.state

userProperties

Activity user properties.

userProperties?: UserProperty[]

Property Value

Inherited From ExecutionActivity.userProperties