Skip to content

Commit

Permalink
fix: enable user retirement sink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Dec 15, 2023
1 parent 47f2da5 commit dde6f1c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tutoraspects/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@
),
(
"EVENT_SINK_CLICKHOUSE_MODELS",
["course_overviews", "user_profile", "external_id"],
["course_overviews", "user_profile", "external_id", "auth_user"],
),
(
"EVENT_SINK_CLICKHOUSE_PII_MODELS",
["user_profile", "external_id", "auth_user"],
),
("EVENT_SINK_CLICKHOUSE_PII_MODELS", ["user_profile", "external_id"]),
# Turning on this flag will store personally identifiable information
# in the ClickHouse database. Make sure that you understand the legal
# consequences of data storage and privacy before turning this on!
Expand Down

0 comments on commit dde6f1c

Please sign in to comment.