Keboola · Schema

handlers.Profile

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
operations array
queryId string
View JSON Schema on GitHub

JSON Schema

keboola-handlers.profile.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "handlers.Profile",
  "properties": {
    "operations": {
      "items": {
        "$ref": "#/definitions/handlers.Operation"
      },
      "type": "array"
    },
    "queryId": {
      "type": "string"
    }
  },
  "required": [
    "operations",
    "queryId"
  ],
  "type": "object"
}