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

Implement ETL process for migrating Schemes & Concepts from RDM tables to Lingo models #6

Merged
merged 53 commits into from
May 21, 2024

Conversation

johnatawnclementawn
Copy link
Member

@johnatawnclementawn johnatawnclementawn commented Feb 7, 2024

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Description of Change

Uses the Arches ETL manager to extract & transform schemes and concepts from an existing Arches Reference Data Manager schema into the Arches Lingo Scheme and Concept Models.

Issues Solved

Resolves #2

Checklist

  • Unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Ticket Background

  • Sponsored by:
  • Found by: @
  • Tested by: @
  • Designed by: @

Further comments

Copy link
Member

@jacobtylerwalls jacobtylerwalls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice progress!

arches_rdm/tasks.py Outdated Show resolved Hide resolved
arches_rdm/etl_modules/migrate_rdm.py Outdated Show resolved Hide resolved
@johnatawnclementawn johnatawnclementawn marked this pull request as ready for review March 5, 2024 22:18
@johnatawnclementawn johnatawnclementawn changed the title Implement ETL process for migrating RDM to ADM Implement ETL process for migrating RDM to Lingo models Mar 5, 2024
@johnatawnclementawn johnatawnclementawn requested review from robgaston and removed request for robgaston March 5, 2024 22:26
@jacobtylerwalls jacobtylerwalls mentioned this pull request Mar 12, 2024
@johnatawnclementawn johnatawnclementawn changed the title Implement ETL process for migrating RDM to Lingo models Implement ETL process for migrating Schemes & Concepts from RDM tables to Lingo models Apr 24, 2024
@robgaston robgaston merged commit d6e0a39 into main May 21, 2024
@johnatawnclementawn johnatawnclementawn deleted the 2_RDM_Migration_ETL branch May 21, 2024 17:57
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.

Script the ETL of data from the existing RDM tables into the new resource models
3 participants