Skip to main content

Table

tags

Each row represents a reusable label for tagging many object types. Dimension for all tag bridge tables.

statusgroupRedshift
All tables

tags

Each row represents a reusable label for tagging many object types. Dimension for all tag bridge tables.

Full schema

View all columns and table relationships (SchemaSpy)

Status group

Yes, this table includes a statusgroup column. See Status Group for details.

Column details

ColumnType
idvarchar(36)
labelvarchar(65535)
companyidvarchar(36)
updatedattimestamp
archivedbool
statusgroupvarchar(256)
statusgroupupdatedattimestamp

Column names and types come from the Redshift analytics schema. SchemaSpy is authoritative for nullability, defaults, keys, and relationships.

Sample query

select
  t.label
from tags as t
limit 100