From 7100cdc79cbe3cf23e5d68c3fce48bc56cd60516 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Wed, 11 Sep 2024 10:06:22 -0500 Subject: [PATCH] fix: enable course_enrollment sink --- tutoraspects/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutoraspects/plugin.py b/tutoraspects/plugin.py index d3668f492..5e8fd94e2 100644 --- a/tutoraspects/plugin.py +++ b/tutoraspects/plugin.py @@ -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",