[FSTORE-2077] API managed users and sharing - #628
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Python SDK examples and new documentation around sharing and user/member management in the Hopsworks docs site, including navigation updates so the new dataset sharing page is discoverable.
Changes:
- Adds a new “Datasets → Sharing” user guide page with UI + Python SDK examples.
- Adds Python SDK examples for managing project members and for feature store / feature group sharing.
- Adds an admin-focused Python SDK section for managing platform users.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| mkdocs.yml | Adds nav entry for the new dataset sharing guide under Projects. |
| docs/user_guides/projects/project/manage_members.md | Adds a Python SDK section showing how to add/list/update/remove members. |
| docs/user_guides/projects/datasets/sharing.md | New guide explaining dataset sharing via UI and Python SDK. |
| docs/user_guides/fs/sharing/sharing.md | Adds API examples for sharing the feature store and feature groups. |
| docs/setup_installation/admin/user.md | Adds an admin-only Python SDK section for platform user management. |
Suppressed comments (1)
docs/user_guides/projects/datasets/sharing.md:9
- Repo writing conventions prefer one sentence per line (see .claude/docs/content.md:5). This line currently has two sentences.
In the `Files` view, select the dataset (top-level folder) you want to share and choose `Share` from its context menu. Choose the target project and the permission to grant, then confirm.
Split two-sentence lines and replace relative file-path links with autorefs heading-ID links per docs/content.md conventions. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
dhananjay-mk
approved these changes
Aug 10, 2026
dhananjay-mk
left a comment
Contributor
There was a problem hiding this comment.
looks good, minor comments
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.
No description provided.