POD-2374: Add optional Version to Staging Workspace #198
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.
POD-2374
Summary of Changes
The
SetUpStagingWorkspaceAndDataset
WDL and related Python script were updated to take in an optional "workspace version". This can be used in situations where more data needs to be imported into an existing dataset, but the dataset is not ready to be "published" yet. Versions are not "validated" in anyway (i.e. if version 2 was already we used, we don't check first to see if that's the case, but the script will fail if thecontinue_if_exists
flag is not used). The auth domain will not change (the same existing auth domain is used) and same for the dataset. The dataset data, however, will be updated to indicate all new workspaces that are created. See screenshots and links below.Staging Workspace V1
Staging Workspace V2