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: |
| |
failureMode | String | Job flow behavior in the event of a task failure. Supported values: |
| |
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."
}