Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration JobExecutionState

Common execution states for jobs in data catalog. CREATED - Job has been created but yet to start execution. It will transition to IN_PROGRESS when resources are available for execution. IN_PROGRESS - Job is currently executing. INACTIVE - Job has been paused by the worker. This could be due to resource contention or window management. FAILED - Job has failed due to errors during execution. SUCCEEDED - Job has successfully completed execution. CANCELED - Job has been aborted by the worker due to a user request. SUCCEEDED_WITH_WARNINGS - Job has successfully completed execution with one or more warnings.

Enumeration members

Canceled

Canceled: = "CANCELED"

Created

Created: = "CREATED"

Failed

Failed: = "FAILED"

InProgress

InProgress: = "IN_PROGRESS"

Inactive

Inactive: = "INACTIVE"

Succeeded

Succeeded: = "SUCCEEDED"

SucceededWithWarnings

SucceededWithWarnings: = "SUCCEEDED_WITH_WARNINGS"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Functions

getDeserializedJsonObj

getJsonObj