Hi @Sara_Burns
As discussed on Slack, I am opening a thread here.
I have:
[tutor@edx1 ~]$ pip3 freeze | grep tutor
tutor==22.0.0
tutor-contrib-aspects==4.0.0
tutor-contrib-backup==4.5.0
tutor-forum==22.0.0
tutor-mfe==22.0.0
I ran:
tutor images build openedx aspects aspects-superset permissions --no-cache
tutor images build mfe --no-cache
tutor local do init -l aspects
tutor local do dbt -c "run-operation remove_deprecated_models" --only_changed False
tutor local reboot --detach
I have this config:
[tutor@edx1 tutor]$ grep -r ASPECT . 2>/dev/null
./config.yml:ASPECTS_CLICKHOUSE_CMS_PASSWORD: <REDACTED>
./config.yml:ASPECTS_CLICKHOUSE_CMS_USER: ch_cms
./config.yml:ASPECTS_CLICKHOUSE_LRS_PASSWORD: <REDACTED>
./config.yml:ASPECTS_CLICKHOUSE_LRS_USER: ch_lrs
./config.yml:ASPECTS_CLICKHOUSE_REPORT_PASSWORD: <REDACTED>
./config.yml:ASPECTS_CLICKHOUSE_REPORT_USER: ch_report
./config.yml:ASPECTS_CLICKHOUSE_VECTOR_PASSWORD: <REDACTED>
./config.yml:ASPECTS_CLICKHOUSE_VECTOR_USER: ch_vector
./config.yml:ASPECTS_ENABLE_PII: true
./config.yml:ASPECTS_ENABLE_STUDIO_IN_CONTEXT_METRICS: true
./env/apps/openedx/settings/cms/development.py:ASPECTS_INSTRUCTOR_DASHBOARDS = [{'name': 'Course Dashboard', 'slug': 'course-dashboard', 'uuid': 'c0e64194-33d1-4d5a-8c10-4f51530c5ee9', 'allow_translations': True}, {'name': 'At-Risk Learners Dashboard', 'slug': 'learner-groups', 'uuid': '8661d20c-cee6-4245-9fcc-610daea5fd24', 'allow_translations': True}, {'name': 'Individual Learner Dashboard', 'slug': 'individual-learner', 'uuid': 'abae8a25-1ba4-4653-81bd-d3937a162a11', 'allow_translations': True}]
./env/apps/openedx/settings/cms/development.py:ASPECTS_ENABLE_STUDIO_IN_CONTEXT_METRICS = True
./env/apps/openedx/settings/cms/production.py:ASPECTS_INSTRUCTOR_DASHBOARDS = [{'name': 'Course Dashboard', 'slug': 'course-dashboard', 'uuid': 'c0e64194-33d1-4d5a-8c10-4f51530c5ee9', 'allow_translations': True}, {'name': 'At-Risk Learners Dashboard', 'slug': 'learner-groups', 'uuid': '8661d20c-cee6-4245-9fcc-610daea5fd24', 'allow_translations': True}, {'name': 'Individual Learner Dashboard', 'slug': 'individual-learner', 'uuid': 'abae8a25-1ba4-4653-81bd-d3937a162a11', 'allow_translations': True}]
./env/apps/openedx/settings/cms/production.py:ASPECTS_ENABLE_STUDIO_IN_CONTEXT_METRICS = True
./env/apps/openedx/settings/lms/development.py:ASPECTS_INSTRUCTOR_DASHBOARDS = [{'name': 'Course Dashboard', 'slug': 'course-dashboard', 'uuid': 'c0e64194-33d1-4d5a-8c10-4f51530c5ee9', 'allow_translations': True}, {'name': 'At-Risk Learners Dashboard', 'slug': 'learner-groups', 'uuid': '8661d20c-cee6-4245-9fcc-610daea5fd24', 'allow_translations': True}, {'name': 'Individual Learner Dashboard', 'slug': 'individual-learner', 'uuid': 'abae8a25-1ba4-4653-81bd-d3937a162a11', 'allow_translations': True}]
./env/apps/openedx/settings/lms/development.py:ASPECTS_ENABLE_STUDIO_IN_CONTEXT_METRICS = True
./env/apps/openedx/settings/lms/production.py:ASPECTS_INSTRUCTOR_DASHBOARDS = [{'name': 'Course Dashboard', 'slug': 'course-dashboard', 'uuid': 'c0e64194-33d1-4d5a-8c10-4f51530c5ee9', 'allow_translations': True}, {'name': 'At-Risk Learners Dashboard', 'slug': 'learner-groups', 'uuid': '8661d20c-cee6-4245-9fcc-610daea5fd24', 'allow_translations': True}, {'name': 'Individual Learner Dashboard', 'slug': 'individual-learner', 'uuid': 'abae8a25-1ba4-4653-81bd-d3937a162a11', 'allow_translations': True}]
./env/apps/openedx/settings/lms/production.py:ASPECTS_ENABLE_STUDIO_IN_CONTEXT_METRICS = True
I do see the analytics in Studio, but I still don’t get the reports in the instructor dashboard in the LMS (see screenshot below).
Any idea what to check ?


