2 Open Issues Need Help Last updated: Jul 24, 2025

Open Issues Need Help

View All on GitHub
Data Science Data Orchestration

AI Summary: The task is to add a code snippet to the project's README.md file that demonstrates how to download data from an S3 URI using a presigned URL and stream it into an Orca Data (ORAD) docker container. The snippet should be clear, concise, and include instructions on using the `aws s3 cp` command and the `docker run` command with appropriate flags for ORAD.

Complexity: 2/5
good first issue

Data Sharing Orchestration Service

Python
Data Science Data Orchestration

AI Summary: Modify the existing data packaging report generation process to include a prominent warning banner in the HTML report whenever data from multiple projects is included in the package. This requires updating the report generation logic within the `data-sharing-tool generate-package` command to check the project IDs present in the input manifest(s) and conditionally add the banner.

Complexity: 3/5
enhancement good first issue

Data Sharing Orchestration Service

Python