Keboola · Schema

GetOutputTablesRequest

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
queries array An array of SQL statements to analyze for table creation statements.
View JSON Schema on GitHub

JSON Schema

keboola-getoutputtablesrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GetOutputTablesRequest",
  "type": "object",
  "required": [
    "queries"
  ],
  "properties": {
    "queries": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "An array of SQL statements to analyze for table creation statements."
    }
  }
}