Skip to content

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

Merged
merged 2 commits into from
May 1, 2025

Conversation

alexiswl
Copy link
Member

@alexiswl alexiswl commented May 1, 2025

Added data-sharing-tool cli tool for launching fastq manager services.

@alexiswl alexiswl added documentation Improvements or additions to documentation feature New feature labels May 1, 2025
@alexiswl alexiswl requested review from victorskl and Copilot May 1, 2025 06:53
@alexiswl alexiswl self-assigned this May 1, 2025
Copy link
Contributor

@Copilot Copilot AI left a 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
Copy link
Preview

Copilot AI May 1, 2025

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.

Suggested change
# 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.

Copy link
Member Author

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?

@alexiswl alexiswl force-pushed the documentation/data-sharing-manager-and-toolkit branch from 5393111 to 8232b6c Compare May 1, 2025 06:55
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Member

@victorskl victorskl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@alexiswl alexiswl added this pull request to the merge queue May 1, 2025
Merged via the queue into main with commit 443c9a2 May 1, 2025
6 checks passed
@alexiswl alexiswl deleted the documentation/data-sharing-manager-and-toolkit branch May 1, 2025 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants