Keboola · Schema

handlers.SubmitJobResponse

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
queryJobId string
sessionId string
View JSON Schema on GitHub

JSON Schema

keboola-handlers.submitjobresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "handlers.SubmitJobResponse",
  "properties": {
    "queryJobId": {
      "example": "job-12345",
      "type": "string"
    },
    "sessionId": {
      "example": "550e8400-e29b-41d4-a716-446655440000",
      "type": "string"
    }
  },
  "required": [
    "queryJobId"
  ],
  "type": "object"
}