Table
learningpathtags
Each row links a tag to a learning path for discovery and grouped reporting.
statusgroupRedshift
All tables
learningpathtags
Each row links a tag to a learning path for discovery and grouped reporting.
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) |
companyid | varchar(36) |
learningpathid | varchar(36) |
tagid | varchar(36) |
statusgroup | varchar(256) |
statusgroupupdatedat | timestamp |
updatedat | timestamp |
Column names and types come from the Redshift analytics schema. SchemaSpy is authoritative for nullability, defaults, keys, and relationships.
Sample query
select
t.learningpathid,
t.tagid
from learningpathtags as t
limit 100