Keboola · Schema

UnloadSessionRequest

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
tableId string Optional tableId to unload specifically. If not provided, all tables from the OM will be unloaded.
View JSON Schema on GitHub

JSON Schema

keboola-unloadsessionrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UnloadSessionRequest",
  "type": "object",
  "properties": {
    "tableId": {
      "type": "string",
      "nullable": true,
      "description": "Optional tableId to unload specifically. If not provided, all tables from the OM will be unloaded.",
      "example": "users"
    }
  }
}