Keboola · Schema

DurationJob

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
PartitionKey string
RowKey string
projectId string
jobId string
durationSeconds number
View JSON Schema on GitHub

JSON Schema

keboola-durationjob.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DurationJob",
  "type": "object",
  "properties": {
    "PartitionKey": {
      "type": "string",
      "example": "123"
    },
    "RowKey": {
      "type": "string",
      "example": "ac9fb9748cc233de6c25225a8b437c9a"
    },
    "projectId": {
      "type": "string",
      "example": "123"
    },
    "jobId": {
      "type": "string",
      "example": "456"
    },
    "durationSeconds": {
      "type": "number",
      "example": 123.45
    }
  }
}