Skip to content

feat(workflow-ui): add "Mount datasets into computing unit" UI#9

Closed
aicam wants to merge 1 commit into
feat/dataset-mount-1-cu-apifrom
feat/dataset-mount-2-cu-ui
Closed

feat(workflow-ui): add "Mount datasets into computing unit" UI#9
aicam wants to merge 1 commit into
feat/dataset-mount-1-cu-apifrom
feat/dataset-mount-2-cu-ui

Conversation

@aicam

@aicam aicam commented Jul 24, 2026

Copy link
Copy Markdown
Owner

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.

  • A new per-CU action (shown on Kubernetes computing units in the computing-unit selector) opens a mount-management modal.
  • The modal lists what is mounted on the CU, lets the user add a dataset (via the existing dataset-selection modal), and unmount individual datasets.
  • New service methods (listMountedDatasets / mountDataset / unmountDataset) call the /computing-unit/{cuid}/mounts API.

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

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
@github-actions

Copy link
Copy Markdown

Automated Reviewer Suggestions

Based on the git blame history of the changed files, we recommend the following reviewers:

  • Committers with relevant context: @kunwp1
    You can request their reviews formally with /request-review @kunwp1.

  • Contributors with relevant context: @gracecluvohio, @xuang7
    You can notify them by mentioning @gracecluvohio, @xuang7 in a comment.

@aicam

aicam commented Jul 24, 2026

Copy link
Copy Markdown
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.

@aicam aicam closed this Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant