Keboola · Schema

ErrorExplanationRequest

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
error string Error message to explain. Deprecated and ignored, as now the error is pulled directly from job.
jobId string
View JSON Schema on GitHub

JSON Schema

keboola-errorexplanationrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ErrorExplanationRequest",
  "type": "object",
  "required": [
    "jobId"
  ],
  "properties": {
    "error": {
      "type": "string",
      "description": "Error message to explain. Deprecated and ignored, as now the error is pulled directly from job.",
      "deprecated": true
    },
    "jobId": {
      "type": "string"
    }
  }
}