Skip to content

Commit c78145d

Browse files
committed
feat: Upgrade to support event-sink-clickhouse v1
Adds email address support to user_profile
1 parent 5ad1a65 commit c78145d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xapi_db_load/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Scripts to generate fake xAPI data against various backends.
33
"""
44

5-
__version__ = "1.1"
5+
__version__ = "1.2"

xapi_db_load/backends/clickhouse_lake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def insert_event_sink_actor_data(self, actors):
197197
'{actor.user_id}',
198198
'{actor.user_id}',
199199
'{actor.name}',
200-
'{actor.username}@aspects.invalid'
200+
'{actor.username}@aspects.invalid',
201201
'{actor.meta}',
202202
'{actor.courseware}',
203203
'{actor.language}',

0 commit comments

Comments
 (0)