Skip to content

Commit

Permalink
fix: enable course_enrollment sink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Sep 11, 2024
1 parent 69b4bea commit 7100cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutoraspects/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
("DOCKER_IMAGE_VECTOR", "timberio/vector:0.30.0-alpine"),
(
"EVENT_SINK_MODELS_ENABLED",
["course_overviews", "tag", "taxonomy", "object_tag"],
["course_overviews", "tag", "taxonomy", "object_tag", "course_enrollment"],
),
(
"EVENT_SINK_PII_MODELS",
Expand Down

0 comments on commit 7100cdc

Please sign in to comment.