Skip to content

Commit dde6f1c

Browse files
committed
fix: enable user retirement sink
1 parent 47f2da5 commit dde6f1c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tutoraspects/plugin.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,12 @@
4646
),
4747
(
4848
"EVENT_SINK_CLICKHOUSE_MODELS",
49-
["course_overviews", "user_profile", "external_id"],
49+
["course_overviews", "user_profile", "external_id", "auth_user"],
50+
),
51+
(
52+
"EVENT_SINK_CLICKHOUSE_PII_MODELS",
53+
["user_profile", "external_id", "auth_user"],
5054
),
51-
("EVENT_SINK_CLICKHOUSE_PII_MODELS", ["user_profile", "external_id"]),
5255
# Turning on this flag will store personally identifiable information
5356
# in the ClickHouse database. Make sure that you understand the legal
5457
# consequences of data storage and privacy before turning this on!

0 commit comments

Comments
 (0)