-
Notifications
You must be signed in to change notification settings - Fork 17
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
[DA-4588] Migrating rdr schema fields ppsc schema #4038
base: devel
Are you sure you want to change the base?
Conversation
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.
Sorry if I am not seeing this here but are we moving the participants records over as well to the ppsc.participant
table? If we do I think we should use something to tag them as legacy also in that table.
@j-kanuch I think we should do this, if it already hasn't been done.
I had originally had code to migrate them over, but I think Josh already loaded them into the PPSC schema when we started getting payloads for existing participants. I don't know if there's something in place currently to mark them as legacy/migrated. |
Understood. thanks! |
Resolves DA-####
Adding script for migrating data from tables in the rdr schema to event tables in the ppsc schema. Also reads an exported ubr CSV (not included) for creating ubr data in the ppsc schema.
Tests