Snowflake · Example Payload

Table Table Column Example

Data LakesData SharingData WarehousingDatabaseSQL

Table Table Column Example is an example object payload from Snowflake, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namedatatypenullablecollatedefaultautoincrementautoincrement_startautoincrement_incrementconstraintscomment

Example Payload

Raw ↑
{
  "name": "Example Title",
  "datatype": "example_value",
  "nullable": true,
  "collate": "example_value",
  "default": "example_value",
  "autoincrement": true,
  "autoincrement_start": 10,
  "autoincrement_increment": 10,
  "constraints": [],
  "comment": "example_value"
}