Skip to main content

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

ColumnType
idvarchar(36)
companyidvarchar(36)
learningpathidvarchar(36)
tagidvarchar(36)
statusgroupvarchar(256)
statusgroupupdatedattimestamp
updatedattimestamp

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