CatalogColumn
A single column’s metadata (dbt Cloud’s CatalogColumn). Manifest-declared
description/meta/tags/constraints, optionally enriched with catalog.json’s physical
type/comment/index.
object
CatalogColumnFields
name
String!
description
String
type
String
Physical data type (from catalog, else manifest data_type).
comment
String
index
Int
meta
JSONString
tags
[String]
constraints
JSONString