feat(workflow-ui): add "Mount datasets into computing unit" UI#9
Closed
aicam wants to merge 1 commit into
Closed
Conversation
Add a per-CU mount management modal (add a dataset via the dataset picker, list what is mounted, unmount individually), reachable from a new action on each Kubernetes computing unit in the CU selector, plus the service methods backing it. Consumes the per-computing-unit mount API. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01H27sHgS29u2JcLYPPR6Hdx
Automated Reviewer SuggestionsBased on the
|
Owner
Author
|
Superseded — this feature is now being contributed directly to apache/texera:main as two balanced PRs: apache#6866 (out-of-pod mount infrastructure) and apache#6867 (platform mount integration), tracked in apache#6606. Closing this fork-staging PR. |
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.
What changes were proposed in this PR?
Add the "Mount datasets into computing unit" UI, so a user can mount, list, and unmount dataset versions on a computing unit directly from the workspace.
listMountedDatasets/mountDataset/unmountDataset) call the/computing-unit/{cuid}/mountsAPI.Additive to the frontend; no existing UI behavior changes.
Any related issues, documentation, discussions?
Implements apache#6863 · part of apache#6606. Stacks on the per-computing-unit dataset mount API (previous PR in this stack).
How was this PR tested?
Production frontend build (
yarn build) passes. Exercised on minikube: mounted / listed / unmounted datasets on a running Kubernetes computing unit through the modal, backed by the mount API.Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Opus 4.8