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
| Column | Type |
|---|---|
id | varchar(36) |
label | varchar(65535) |
companyid | varchar(36) |
updatedat | timestamp |
archived | bool |
statusgroup | varchar(256) |
statusgroupupdatedat | timestamp |
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