Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capture tags in ClickHouse on course publish #217

Closed
bmtcril opened this issue Apr 22, 2024 · 1 comment · Fixed by openedx/platform-plugin-aspects#41
Closed

Capture tags in ClickHouse on course publish #217

bmtcril opened this issue Apr 22, 2024 · 1 comment · Fixed by openedx/platform-plugin-aspects#41
Assignees

Comments

@bmtcril
Copy link
Contributor

bmtcril commented Apr 22, 2024

Tagging is coming soon, we should make sure that anyone running with tags gets them captured to ClickHouse even if we're not using them in reporting yet. We should set up a test environment with tagging enabled and confirm that any tags get passed through, and nothing errors if they are not present.

I expect we should be able to get the tags here: https://github.com/openedx/platform-plugin-aspects/blob/main/platform_plugin_aspects/sinks/course_overview_sink.py#L97

@pomegranited pomegranited self-assigned this Apr 30, 2024
@pomegranited
Copy link
Contributor

@bmtcril Tags are not versioned in the same way as courses are -- versioning was out of scope for the MVP -- so tags on blocks/courses can change independently of course publish.

Do you still want tags to sync only on course publish, or can they sync independently as they're created/deleted?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants