You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.rst
+2
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,8 @@ Usage
66
66
#. (Optional) Sink Historical event data to ClickHouse::
67
67
68
68
tutor [dev|local] run lms ./manage.py lms transform_tracking_logs --source_provider LOCAL --source_config '{"key": "/openedx/data", "container": "logs", "prefix": "tracking.log"}' --transformer_type xapi
69
+
# Note that this will work only for default tutor installation. If you store your tracking logs any other way, you need to change the source_config option accordingly.
70
+
# See https://event-routing-backends.readthedocs.io/en/latest/howto/how_to_bulk_transform.html#sources-and-destinations for details on how to change the source_config option.
0 commit comments