Amazon Redshift · Example Payload

Amazon Redshift Data Column Metadata Example

AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

Amazon Redshift Data Column Metadata Example is an example object payload from Amazon Redshift, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namelabeltypeNamecolumnDefaultisCaseSensitiveisCurrencyisSignednullableprecisionscalelengthschemaNametableName

Example Payload

Raw ↑
{
  "name": "Example Title",
  "label": "Example Title",
  "typeName": "example_value",
  "columnDefault": "example_value",
  "isCaseSensitive": true,
  "isCurrency": true,
  "isSigned": true,
  "nullable": 10,
  "precision": 10,
  "scale": 10,
  "length": 10,
  "schemaName": "example_value",
  "tableName": "example_value"
}