tl-its-umich-edu / unizin-validation

Unizin Validation Scripts
1 stars 4 forks source link

Indicator query for the UDP data freshness #37

Closed zqian closed 8 months ago

zqian commented 9 months ago

We need a query to indicate the freshness of UDP data, e.g. most recent assignment submission date, most recent quiz submission date, most recent user session time, etc. But those queries take long time to run.

For now, we will use the following "latest assignment update time" query. This query runs much faster compared to above queries. NOTE: Assignment updates may be less frequent towards the end of the semester.

select max(updated_date) from entity.learner_activity

Use "Yellow" for the alert level.