Job

Specification

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

Structure Values

Field NameTypeDescriptionRequiredDefault
nameStringJob name.Required
descriptionStringExpanded job information.
None
stateStringWhether the job is enabled or disabled. Supported values: Enabled, Disabled.
Enabled
failureModeStringJob flow behavior in the event of a task failure. Supported values: Halt, Continue.
Halt

Example

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