-
Notifications
You must be signed in to change notification settings - Fork 16
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 external id table #521
Conversation
Thanks for the pull request, @Ian2012! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
5b19b05
to
ec991ab
Compare
64d2841
to
bcd308f
Compare
...ts/templates/aspects/apps/aspects/migrations/alembic/versions/0026_event_sink_external_id.py
Outdated
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.
@Ian2012 👍 with a couple of suggestions (inline).
- I tested this on my tutor dev stack with
ASPECTS_ENABLE_PII=True
. New users'external_user_id
records are saved to theevent_sink.external_id
table as expected. - I read through the code
-
I checked for accessibility issuesN/A -
Includes documentationN/A -
User-facing strings are extracted for translationN/A
...ts/templates/aspects/apps/aspects/migrations/alembic/versions/0026_event_sink_external_id.py
Show resolved
Hide resolved
fix: add missing external_id to list of models fix: add username for event sink chore: reformat for quality checks
bcd308f
to
3c50bd7
Compare
@pomegranited thanks for the review, I've updated the definition |
@Ian2012 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
Description
This adds a table for the external_id sink defined here openedx-unsupported/openedx-event-sink-clickhouse#43