Skip to main content

Table

learningpathactions

Each row represents an event along a learner's path through a program, including milestones, timing, and due dates.

statusgroupRedshift
All tables

learningpathactions

Each row represents an event along a learner's path through a program, including milestones, timing, and due dates.

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)
milestoneidvarchar(36)
sourcevarchar(255)
typevarchar(255)
useridvarchar(36)
timestamptimestamp
updatedattimestamp
licenseidvarchar(36)
createdattimestamp
duedatetimestamp
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.learningpathid,
  t.milestoneid,
  t.source,
  t.type,
  t.userid
from learningpathactions as t
limit 100