Skip to content

Commit cff61fe

Browse files
committed
docs: Sink Historical event data to ClickHouse instructions for non-default settings
Added instructions on how to sink historical event data to ClickHouse if not using default tutor installation
1 parent 7493d95 commit cff61fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Usage
6666
#. (Optional) Sink Historical event data to ClickHouse::
6767

6868
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.
6971

7072
Superset Assets
7173
---------------

0 commit comments

Comments
 (0)