You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our embedding token limits course access by course_name, course_run, and org. When a chart query doesn't have those 3 fields it will error out. So we need to join in course_name, probably somewhere around here:
Our embedding token limits course access by course_name, course_run, and org. When a chart query doesn't have those 3 fields it will error out. So we need to join in course_name, probably somewhere around here:
tutor-contrib-aspects/tutoraspects/templates/openedx-assets/queries/fact_problem_engagement.sql
Line 19 in 89adc0e
The error presents as:
Missing columns: 'course_name' while processing query
And impacts problem engagement, page engagement, and video engagement currently.
The text was updated successfully, but these errors were encountered: