Hi,
I am getting various errors with Superset and Aspect.
First, when I try to login to
I get the error
Invalid client_id parameter value.
This used to work in a previous version (this is with Ulmo).
Then, in the instructor dashboard, if I try to dig through the At risk learners dashboard, engagement tab, and problems subtab, in the problem attempts section, I get an unexpected error with
Error: Received ClickHouse exception, code: 47, server response: Code: 47. DB::Exception: Unknown expression or table expression identifier `course_name` in scope SELECT problem_link AS problem_link_8b6c25, multiIf(graded = true, 'graded', 'ungraded') AS Graded_0bb27c, AVG(avg_correct_attempts_coursewide) AS avg_correct_attemps_coursewide_a34caf, AVG(correct_attempts_by_learner) AS correct_attempts_by_learner_f82422, AVG(incorrect_attempts_by_learner) AS incorrect_attempts_by_learner_b345d4 FROM (SELECT org, course_key, course_order, problem_link, graded, actor_id, avg_correct_attempts_coursewide, avg_incorrect_attempts_coursewide, coursewide_percent_correct, correct_attempts_by_learner, incorrect_attempts_by_learner, selected_learner_percent_correct, selected_learner_percent_incorrect FROM reporting.dim_problem_coursewide_avg INNER JOIN (WITH page_visits AS (SELECT org, course_key, actor_id, emission_time AS last_visited FROM reporting.dim_learner_last_course_visit WHERE (1 = 1) AND (course_key IN (SELECT course_key FROM event_sink.dim_course_names WHERE course_name IN ('Premiers pas sur les superordinateurs'))) AND (emission_time < subtractDays(now(), 7))) SELECT org, course_key, learners.actor_id AS actor_id FROM reporting.dim_student_status AS learners INNER JOIN page_visits USING (org, course_key, actor_id) WHERE (approving_state = 'failed') AND (enrollment_status = 'registered') AND (course_key IN (SELECT course_key FROM event_sink.dim_course_names WHERE course_name IN ('Premiers pas sur les superordinateurs')))) AS at_risk_learners USING (org, course_key, actor_id)) AS virtual_table WHERE (course_name IN ('Premiers pas sur les superordinateurs')) AND (org = 'CQ') AND (course_key = 'course-v1:CQ+CIP101+v1') GROUP BY problem_link, multiIf(graded = true, 'graded', 'ungraded') ORDER BY sum(course_order) ASC LIMIT 1000. Maybe you meant: ['course_order']. (UNKNOWN_IDENTIFIER) (version 25.8.16.34 (official build)) (for url http://clickhouse:8123)
Something is likely incorrectly configured, but I donât know what. Any idea ?
This is using aspects 2.5.1, installed through tutor-contrib-aspects

