-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat: add --lrs-urls option to transform_tracking_logs command #485
feat: add --lrs-urls option to transform_tracking_logs command #485
Conversation
Thanks for the pull request, @Ali-Salman29! This repository is currently maintained by Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Ali-Salman29 overall looks good. I have a suggestion and a question. Please make sure CI tests are passing when its ready.
event_routing_backends/management/commands/tests/test_transform_tracking_logs.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
ccc1fd1
to
6afb9c3
Compare
- Introduced the --lrs-urls flag to specify target Learning Record Stores (LRS) by their route_url. - Updated documentation to reflect the new usage of the --lrs-urls option. - Added tests to ensure correct functionality when using the --lrs-urls flag. close openedx#483
6afb9c3
to
279dbbb
Compare
Introduced the --lrs-urls argument to allow specifying multiple LRS route URLs. This enhancement enables sending tracking logs exclusively to the designated LRSs, preventing data from being sent to all configured LRSs.
close #483
Description: Describe in a couple of sentences what this PR adds
JIRA: Link to JIRA ticket
Dependencies: dependencies on other outstanding PRs, issues, etc.
Merge deadline: List merge deadline (if any)
Installation instructions: List any non-trivial installation
instructions.
Testing instructions:
Merge checklist:
Post merge:
finished.
Author concerns: List any concerns about this PR - inelegant
solutions, hacks, quick-and-dirty implementations, concerns about
migrations, etc.