Job

Specification

{
  "name": String,
  "description": String,
  "state": String,
  "failureMode": String,
  "allowConcurrentRuns": Boolean
}

Structure Values

Field Name

Type

Description

Required

Default

name

String

Job name.

Required

description

String

Expanded job information.

None

state

String

Whether the job is enabled or disabled. Supported values: Enabled, Disabled.

Enabled

failureMode

String

Job flow behavior in the event of a task failure. Supported values: Halt, Continue.

Halt

allowConcurrentRuns

Boolean

When true this job can be run concurrently with itself. When false if someone tries to start the job while it is currently running they will get an exception stating the job is already running.

True

Example

{
  "name": "etl_pipeline",
  "description": "Job that executes ETL for my data lake."
}
Was this article helpful?
0 out of 0 found this helpful