Feat 83 pvc input#164
Merged
Merged
Conversation
Add PvcMountInput class and corresponding tests for PVC handling
Enhance PVC input handling in make_fetch_input_template and _build_fetch_commands
Add functions for handling input PVC volumes and mounts
Assign additional volume mounts to the workflow
Add PVC partition processing script
Update paritioning module to handle PVC inputs
Add support for PVC listing and partitioning to shell recipes
Update tests for pvc input
Update recipe documentation to include PVC input support
Add validation for claim_name and remove unused exception
Simplify and update partition processing script to handle pvc inputs
Move partition script at module level
Update docs and recipe config
Validate PVC input claims
Stage PVC inputs for shell workflows
Update viz workflow for input PVC support
Update docs
Update .gitignore
Add recursive glob discovery
Update docs to reflect recursive glob discovery
Update tests for PVC inputs
Enable pvc inputs for all stages for viz-workflow
Update unit tests for viz-workflow
Disable pre-commit shellcheck
Fix more failing tests
Resolve failing windows tests
rushirajnenuji
added a commit
to QGreenland-Net/ogdc-recipes
that referenced
this pull request
Jun 25, 2026
Surface water recipe Uses PVC inputs for processing workflow Refs: - QGreenland-Net/ogdc-runner#164 - QGreenland-Net/ogdc-runner#83
rushirajnenuji
added a commit
to QGreenland-Net/ogdc-recipes
that referenced
this pull request
Jul 7, 2026
Surface water recipe Refs: - QGreenland-Net/ogdc-runner#164 - QGreenland-Net/ogdc-runner#83
jeanetteclark
approved these changes
Jul 7, 2026
jeanetteclark
left a comment
Contributor
There was a problem hiding this comment.
tested locally and LGTM
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.
Adds support for PVC inputs (instead of fetch) for both Shell/Viz workflow types.
Closes #83
Related PRs: