Keboola · Schema

EnqueueCommandResponse

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
commandExecutionId string Identifier of the enqueued command execution; this ID is appended to all logs produced by the command.
View JSON Schema on GitHub

JSON Schema

keboola-enqueuecommandresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EnqueueCommandResponse",
  "required": [
    "commandExecutionId"
  ],
  "properties": {
    "commandExecutionId": {
      "description": "Identifier of the enqueued command execution; this ID is appended to all logs produced by the command.",
      "type": "string",
      "example": "123-abcd"
    }
  },
  "type": "object"
}