-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENH] Add -u flag to dataget instruction #435
base: main
Are you sure you want to change the base?
Conversation
This will help ensure dataget runs as the current user
Reviewer's Guide by SourceryThis pull request adds the Sequence diagram for dataget command execution with user permissionssequenceDiagram
participant User as User
participant Docker as Docker Container
participant FS as File System
User->>Docker: Run dataget with -u $(id -u):$(id -g)
Note over Docker: Container runs with user's UID/GID
Docker->>FS: Create output directory
Docker->>FS: Download and write data
Note over FS: Files owned by user's UID/GID
FS-->>User: Access downloaded files with correct permissions
File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
✅ Deploy Preview for neurobagel-query ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This will help ensure dataget runs as the
current user
Changes proposed in this pull request:
NOTE: If this pull request is to be released, the release label must be applied once the review process is done to avoid the local and remote from going out of sync as a consequence of the
bump version
workflow runChecklist
This section is for the PR reviewer
[ENH]
,[FIX]
,[REF]
,[TST]
,[CI]
,[MNT]
,[INF]
,[MODEL]
,[DOC]
) (see our Contributing Guidelines for more info)skip-release
(to be applied by maintainers only)Closes #XXXX
query-tool-results
files in the neurobagel_examples repo have been regeneratedFor new features:
For bug fixes:
Summary by Sourcery
Enhancements: