-
Notifications
You must be signed in to change notification settings - Fork 0
Added data-sharing manager and toolkit #983
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the README for the data-sharing-manager by adding comprehensive instructions for using the new data-sharing-tool CLI to launch fastq manager services.
- Adds installation instructions with an explicit note to run the install command with bash.
- Provides detailed examples and command line workflows for package generation, validation, and sharing.
Files not reviewed (1)
- lib/workload/stateless/stacks/data-sharing-manager/scripts/install.sh: Language not supported
--query 'QueryExecutionId' \ | ||
)" | ||
|
||
# Wait for the query to complete |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding a timeout or maximum iteration count in the query wait loop to prevent potential infinite loops if the query never completes.
# Wait for the query to complete | |
# Wait for the query to complete | |
timeout=60 # Maximum wait time in seconds | |
elapsed=0 # Elapsed time counter |
Copilot uses AI. Check for mistakes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Copilot, not sure if you'll respond to this or you just gonna ghost,
While this is a good idea, you will need to update the 'elapsed' variable each iteration and compare the elapsed variable's value with the value for the timeout. Can you complete that task?
Fix readme
5393111
to
8232b6c
Compare
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Added
data-sharing-tool
cli tool for launching fastq manager services.