Keboola · Schema

BucketGetTablesRequest

Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
include string Comma-separated list of data to include. Allowed values: attributes, buckets, bucketsWithoutSourceTables, columns, metadata, columnMetadata, sourceMetadata, sourceColumnMetadata.
View JSON Schema on GitHub

JSON Schema

keboola-bucketgettablesrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "BucketGetTablesRequest",
  "properties": {
    "include": {
      "description": "Comma-separated list of data to include. Allowed values: attributes, buckets, bucketsWithoutSourceTables, columns, metadata, columnMetadata, sourceMetadata, sourceColumnMetadata.",
      "type": "string",
      "nullable": true
    }
  },
  "type": "object"
}