Skip to main content

Table

awards

Each row represents a credit or recognition granted to a user for completing an activity or interacting with a catalog item, including amount and resource context.

statusgroupRedshift
All tables

awards

Each row represents a credit or recognition granted to a user for completing an activity or interacting with a catalog item, including amount and resource context.

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
companyidvarchar(36)
idvarchar(36)
awardwhenvarchar(32)
deletedbool
useridvarchar(36)
awardamountfloat8
clientidvarchar(36)
resourceidvarchar(36)
resourcetypevarchar(32)
idempotencykeyvarchar(36)
createdattimestamp
updatedattimestamp
rdbgroupvarchar(100)
awardtypeidvarchar(36)
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.awardwhen,
  t.userid,
  t.awardamount,
  t.clientid,
  t.resourceid
from awards as t
limit 100