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

[DA-4588] Migrating rdr schema fields ppsc schema #4038

Open
wants to merge 4 commits into
base: devel
Choose a base branch
from

Conversation

kenny-skaggs
Copy link
Collaborator

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

  • unit tests

Copy link
Collaborator

@dtharpeuno dtharpeuno left a 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.

@kenny-skaggs
Copy link
Collaborator Author

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.

@dtharpeuno
Copy link
Collaborator

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!

@dtharpeuno dtharpeuno self-requested a review January 9, 2025 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants