Keboola · Schema

TableSwapRequest

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
targetTableId string
View JSON Schema on GitHub

JSON Schema

keboola-tableswaprequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TableSwapRequest",
  "required": [
    "targetTableId"
  ],
  "properties": {
    "targetTableId": {
      "type": "string"
    }
  },
  "type": "object"
}