-
Notifications
You must be signed in to change notification settings - Fork 0
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
10 Add RDM->CLM CLI migration path #18
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.
Looks good! Some minor feedback at your option.
cursor = connection.cursor() | ||
cursor.execute( | ||
""" | ||
select * from __arches_migrate_collections_to_clm( |
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.
Cool. In the future we can consider implementing the Func
expressions API to be able to use custom db functions with the ORM.
Thanks for the review @jacobtylerwalls 👍🏼 |
Fixes pg function to point to correct controlled list tables & columns.
Adds CLI tool for utilizing that pg function to migration collections to lists.
Name of
commands/controlled_lists.py
is still up for debate.