Specification
{ "name": String, "description": String, "state": String, "failureMode": String }
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 |
Example
{ "name": "etl_pipeline", "description": "Job that executes ETL for my data lake." }