Aspects' Superset is not showing old enrollments

Hi @Yago , thanks for the explanation. Are you using Tutor local? There is currently an issue where the tutor local do jobs don’t mount the tracking log file and so don’t find any events to carry over. Right now you can work around this by getting a shell on an LMS container and running the management command directly. Presuming you are using the Aspects and Tutor defaults it will look like this:

python manage.py lms transform_tracking_logs \
--source_provider LOCAL \
--source_config '{"key": "/openedx/data/", "prefix": "tracking.log", "container": "logs"}' \
--destination_provider LRS \
--transformer_type xapi

If that doesn’t work, can you please send the results of the command?

Best,

Ty