Adding upgrade pipeline for Person and PI Organization for cloud realm#1936
Closed
eiffel777 wants to merge 14 commits intoubccr:mainfrom
Closed
Adding upgrade pipeline for Person and PI Organization for cloud realm#1936eiffel777 wants to merge 14 commits intoubccr:mainfrom
eiffel777 wants to merge 14 commits intoubccr:mainfrom
Conversation
jpwhite4
requested changes
Nov 22, 2024
| if ($mysql_helper->tableExists('modw_cloud.event')) { | ||
| Utilities::runEtlPipeline( | ||
| ['cloud-migration-10-5-0_11-0-0'], | ||
| ['cloud-migration-10-5-0_11-0-0','cloud-state-pipeline'], |
Member
There was a problem hiding this comment.
Should this be changed to an 11.0.0 -> 11.0.1 migration? We can't be modifying the 10.5 to 11.0 migration anymore since the 11.0.0 is released
…anization_id columns to cloudfact tables
…umns and remove resource_organization_id column from cloud realm
Co-authored-by: Aaron Weeden <31246768+aaronweeden@users.noreply.github.com>
…i-organization-columns-cloud
Contributor
|
It looks like this should be based on |
…om:eiffel777/xdmod into add-resource-pi-organization-columns-cloud
3 tasks
Contributor
Author
|
This is replaced by #1966 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds the migration pipeline for the columns added in #1958. The
cloud-state-pipelineetl pipeline has been added to the migration to re-aggregate the cloud realm so these columns are added and the columns are populated. These columns are used in the xsede module at this point in time.The XDMoD version number also needed to be updated to 11.0.1 in various places.
Tests performed
Tested in docker.
Checklist: